Fix string: Messages can be edited up to 24 hours after send

This commit is contained in:
Scott Nonnenberg 2023-10-26 10:00:35 -07:00 committed by GitHub
parent 3feb2b9056
commit 90eae4b4bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -79,7 +79,7 @@ export function ToastManager({
if (toastType === ToastType.CannotEditMessage) {
return (
<Toast onClose={hideToast}>
{i18n('icu:ToastManager__CannotEditMessage')}
{i18n('icu:ToastManager__CannotEditMessage_24')}
</Toast>
);
}