PM-19593: Update expiration string to be 'Expires on <date>' (#5069)

This commit is contained in:
David Perez
2025-04-16 13:56:34 -05:00
committed by GitHub
parent d67e74e48b
commit 4f65044179
4 changed files with 6 additions and 7 deletions

View File

@@ -622,7 +622,7 @@ Scanning will happen automatically.</string>
<string name="expired">Expired</string>
<string name="expires_at">Expires at %s</string>
<string name="expires_tomorrow">Expires tomorrow</string>
<string name="expires_in_days">Expires in %s days</string>
<string name="expires_on">Expires on %s</string>
<string name="stops_logging_on">Stops logging on %1$s at %2$s</string>
<string name="maximum_access_count">Maximum access count</string>
<string name="maximum_access_count_info">If set, users will no longer be able to access this Send once the maximum access count is reached.</string>