UX: switch to glyph for exit anon

This commit is contained in:
Jeff Atwood 2016-06-16 15:23:07 -07:00
parent 84f0e5ad4d
commit 98d95cd7ee
2 changed files with 3 additions and 5 deletions

View File

@ -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',
}
}

View File

@ -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."