mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
UX: switch to glyph for exit anon
This commit is contained in:
parent
84f0e5ad4d
commit
98d95cd7ee
2 changed files with 3 additions and 5 deletions
|
@ -46,9 +46,7 @@ createWidget('user-menu-links', {
|
||||||
className: 'enable-anonymous',
|
className: 'enable-anonymous',
|
||||||
icon: 'user-secret' });
|
icon: 'user-secret' });
|
||||||
} else {
|
} else {
|
||||||
links.push({ className: 'disable-anonymous',
|
glyphs.push({ action: 'toggleAnonymous',
|
||||||
action: 'toggleAnonymous',
|
|
||||||
label: 'switch_from_anon' });
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -297,8 +297,8 @@ en:
|
||||||
revert: "Revert"
|
revert: "Revert"
|
||||||
failed: "Failed"
|
failed: "Failed"
|
||||||
|
|
||||||
switch_to_anon: "Anonymous Mode"
|
switch_to_anon: "Enter Anonymous Mode"
|
||||||
switch_from_anon: "Exit Anonymous"
|
switch_from_anon: "Exit Anonymous Mode"
|
||||||
|
|
||||||
banner:
|
banner:
|
||||||
close: "Dismiss this banner."
|
close: "Dismiss this banner."
|
||||||
|
|
Loading…
Reference in a new issue