diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index bb7a1163..dd04361d 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -862,10 +862,11 @@ }, "fileLastSharedDescription": "Last shared on {date}", "@fileLastSharedDescription": { - "description": "The date when this file is last shared. The date string is formatted according to the current locale", + "description": "The date when this file was last shared by you", "placeholders": { "date": { - "example": "Jan 1, 2021" + "example": "Jan 1, 2021", + "description": "The date string is formatted according to the current locale" } } },