Updates i18n strings
This commit is contained in:
parent
a316c5d9d7
commit
2392eca5bb
69 changed files with 2095 additions and 2098 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue