UX: update small actions to use sentence case (#401)

This commit is contained in:
Kris 2022-12-14 13:28:07 -05:00 committed by GitHub
parent 31d1a798f4
commit f19cc66b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 11 deletions

View File

@ -5,19 +5,19 @@ en:
title: "Unassigned" title: "Unassigned"
help: "Topics that are not assigned" help: "Topics that are not assigned"
action_codes: action_codes:
assigned: "assigned %{who} %{when}" assigned: "Assigned %{who} %{when}"
assigned_group: "assigned %{who} %{when}" assigned_group: "Assigned %{who} %{when}"
assigned_to_post: "assigned %{who} to <a href='%{path}'>post</a> %{when}" assigned_to_post: "Assigned %{who} to <a href='%{path}'>post</a> %{when}"
assigned_group_to_post: "assigned %{who} to <a href='%{path}'>post</a> %{when}" assigned_group_to_post: "Assigned %{who} to <a href='%{path}'>post</a> %{when}"
unassigned: "unassigned %{who} %{when}" unassigned: "Unassigned %{who} %{when}"
unassigned_group: "unassigned %{who} %{when}" unassigned_group: "Unassigned %{who} %{when}"
unassigned_from_post: "unassigned %{who} from <a href='%{path}'>post</a> %{when}" unassigned_from_post: "Unassigned %{who} from <a href='%{path}'>post</a> %{when}"
unassigned_group_from_post: "unassigned %{who} from <a href='%{path}'>post</a> %{when}" unassigned_group_from_post: "Unassigned %{who} from <a href='%{path}'>post</a> %{when}"
reassigned: "Reassigned %{who} %{when}" reassigned: "Reassigned %{who} %{when}"
reassigned_group: "Reassigned %{who} %{when}" reassigned_group: "Reassigned %{who} %{when}"
details_change: "changed assignment details for %{who} %{when}" details_change: "Changed assignment details for %{who} %{when}"
note_change: "changed assignment note for %{who} %{when}" note_change: "Changed assignment note for %{who} %{when}"
status_change: "changed assignment status for %{who} %{when}" status_change: "Changed assignment status for %{who} %{when}"
discourse_assign: discourse_assign:
add_unassigned_filter: "Add 'unassigned' filter to category" add_unassigned_filter: "Add 'unassigned' filter to category"
cant_act: "You cannot act on flags that have been assigned to other users" cant_act: "You cannot act on flags that have been assigned to other users"