UX: update small action text to use sentence case (#19470)
This commit is contained in:
parent
fa8d6860b1
commit
f01ecd1fb7
|
@ -162,38 +162,38 @@ en:
|
||||||
url: "Copy and share URL"
|
url: "Copy and share URL"
|
||||||
|
|
||||||
action_codes:
|
action_codes:
|
||||||
public_topic: "made this topic public %{when}"
|
public_topic: "Made this topic public %{when}"
|
||||||
open_topic: "converted this to a topic %{when}"
|
open_topic: "Converted this to a topic %{when}"
|
||||||
private_topic: "made this topic a personal message %{when}"
|
private_topic: "Made this topic a personal message %{when}"
|
||||||
split_topic: "split this topic %{when}"
|
split_topic: "Split this topic %{when}"
|
||||||
invited_user: "invited %{who} %{when}"
|
invited_user: "Invited %{who} %{when}"
|
||||||
invited_group: "invited %{who} %{when}"
|
invited_group: "Invited %{who} %{when}"
|
||||||
user_left: "%{who} removed themselves from this message %{when}"
|
user_left: "%{who} removed themselves from this message %{when}"
|
||||||
removed_user: "removed %{who} %{when}"
|
removed_user: "Removed %{who} %{when}"
|
||||||
removed_group: "removed %{who} %{when}"
|
removed_group: "Removed %{who} %{when}"
|
||||||
autobumped: "automatically bumped %{when}"
|
autobumped: "Automatically bumped %{when}"
|
||||||
autoclosed:
|
autoclosed:
|
||||||
enabled: "closed %{when}"
|
enabled: "Closed %{when}"
|
||||||
disabled: "opened %{when}"
|
disabled: "Opened %{when}"
|
||||||
closed:
|
closed:
|
||||||
enabled: "closed %{when}"
|
enabled: "Closed %{when}"
|
||||||
disabled: "opened %{when}"
|
disabled: "Opened %{when}"
|
||||||
archived:
|
archived:
|
||||||
enabled: "archived %{when}"
|
enabled: "Archived %{when}"
|
||||||
disabled: "unarchived %{when}"
|
disabled: "Unarchived %{when}"
|
||||||
pinned:
|
pinned:
|
||||||
enabled: "pinned %{when}"
|
enabled: "Pinned %{when}"
|
||||||
disabled: "unpinned %{when}"
|
disabled: "Unpinned %{when}"
|
||||||
pinned_globally:
|
pinned_globally:
|
||||||
enabled: "pinned globally %{when}"
|
enabled: "Pinned globally %{when}"
|
||||||
disabled: "unpinned %{when}"
|
disabled: "Unpinned %{when}"
|
||||||
visible:
|
visible:
|
||||||
enabled: "listed %{when}"
|
enabled: "Listed %{when}"
|
||||||
disabled: "unlisted %{when}"
|
disabled: "Unlisted %{when}"
|
||||||
banner:
|
banner:
|
||||||
enabled: "made this a banner %{when}. It will appear at the top of every page until it is dismissed by the user."
|
enabled: "Made this a banner %{when}. It will appear at the top of every page until it is dismissed by the user."
|
||||||
disabled: "removed this banner %{when}. It will no longer appear at the top of every page."
|
disabled: "Removed this banner %{when}. It will no longer appear at the top of every page."
|
||||||
forwarded: "forwarded the above email"
|
forwarded: "Forwarded the above email"
|
||||||
|
|
||||||
topic_admin_menu: "topic actions"
|
topic_admin_menu: "topic actions"
|
||||||
skip_to_main_content: "Skip to main content"
|
skip_to_main_content: "Skip to main content"
|
||||||
|
|
Loading…
Reference in New Issue