UX: Reduce number of words used.
This commit is contained in:
parent
0debab47a3
commit
a9680e5a9e
|
@ -180,9 +180,9 @@ body {
|
|||
position: absolute;
|
||||
color: $secondary;
|
||||
text-align: left;
|
||||
right: 60px;
|
||||
top: 70px;
|
||||
width: 290px;
|
||||
right: 30px;
|
||||
top: 60px;
|
||||
width: 230px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
}
|
||||
|
||||
.ring-first-notification {
|
||||
right: 20px;
|
||||
top: 40px;
|
||||
}
|
||||
|
|
|
@ -514,7 +514,7 @@ en:
|
|||
each_browser_note: "Note: You have to change this setting on every browser you use."
|
||||
dismiss_notifications: "Dismiss All"
|
||||
dismiss_notifications_tooltip: "Mark all unread notifications as read"
|
||||
first_notification: "Click on user profile to view your first notification"
|
||||
first_notification: "Click to view first notification"
|
||||
disable_jump_reply: "Don't jump to my post after I reply"
|
||||
dynamic_favicon: "Show new / updated topic count on browser icon"
|
||||
external_links_in_new_tab: "Open all external links in a new tab"
|
||||
|
|
Loading…
Reference in New Issue