mirror of
https://github.com/discourse/discourse.git
synced 2025-03-15 08:25:28 +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…
x
Reference in New Issue
Block a user