mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 13:20:48 +00:00
Fix string: Messages can be edited up to 24 hours after send
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user