Change valid_until
translation to valid_until_date
and include placeholder for the date (#24563)
- Similar to #24550 - Similar to #24562 The correct thing to do is to translate the entire phrase into a single string. The previous translation assumed all languages have a space between the "valid until" and the date (and that "valid until" comes before the date). Signed-off-by: Yarden Shoham <git@yardenshoham.com>
This commit is contained in:
parent
ef92459e18
commit
95e2e3aa30
2 changed files with 2 additions and 2 deletions
|
@ -755,7 +755,7 @@ ssh_key_deletion_success = The SSH key has been removed.
|
|||
gpg_key_deletion_success = The GPG key has been removed.
|
||||
ssh_principal_deletion_success = The principal has been removed.
|
||||
add_on = Added on
|
||||
valid_until = Valid until
|
||||
valid_until_date = Valid until %s
|
||||
valid_forever = Valid forever
|
||||
last_used = Last used on
|
||||
no_activity = No recent activity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue