mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 06:56:01 +08:00
UX: switch to glyph for exit anon
This commit is contained in:
parent
84f0e5ad4d
commit
98d95cd7ee
|
@ -46,9 +46,7 @@ createWidget('user-menu-links', {
|
|||
className: 'enable-anonymous',
|
||||
icon: 'user-secret' });
|
||||
} else {
|
||||
links.push({ className: 'disable-anonymous',
|
||||
action: 'toggleAnonymous',
|
||||
label: 'switch_from_anon' });
|
||||
glyphs.push({ action: 'toggleAnonymous',
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -297,8 +297,8 @@ en:
|
|||
revert: "Revert"
|
||||
failed: "Failed"
|
||||
|
||||
switch_to_anon: "Anonymous Mode"
|
||||
switch_from_anon: "Exit Anonymous"
|
||||
switch_to_anon: "Enter Anonymous Mode"
|
||||
switch_from_anon: "Exit Anonymous Mode"
|
||||
|
||||
banner:
|
||||
close: "Dismiss this banner."
|
||||
|
|
Loading…
Reference in New Issue
Block a user