Updates i18n strings

This commit is contained in:
Josh Perez 2023-02-23 15:07:58 -05:00
parent a316c5d9d7
commit 2392eca5bb
69 changed files with 2095 additions and 2098 deletions

View file

@ -802,16 +802,15 @@ export function StoryViewer({
))}
</div>
<div className="StoryViewer__actions">
{sendStatus === ResolvedSendStatus.Failed &&
!wasManuallyRetried && (
<button
className="StoryViewer__actions__failed"
onClick={doRetryMessageSend}
type="button"
>
{i18n('StoryViewer__failed')}
</button>
)}
{sendStatus === ResolvedSendStatus.Failed && !wasManuallyRetried && (
<button
className="StoryViewer__actions__failed"
onClick={doRetryMessageSend}
type="button"
>
{i18n('StoryViewer__failed')}
</button>
)}
{sendStatus === ResolvedSendStatus.PartiallySent &&
!wasManuallyRetried && (
<button