mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Update i18n eslint rule to validate missing/extra icu params
This commit is contained in:
@@ -70,7 +70,10 @@ export function StoriesAddStoryButton({
|
||||
|
||||
if (result.reason === ReasonVideoNotGood.TooBig) {
|
||||
setError(
|
||||
i18n('icu:StoryCreator__error--video-too-big', result.renderDetails)
|
||||
i18n('icu:StoryCreator__error--video-too-big', {
|
||||
limit: result.renderDetails.limit,
|
||||
units: result.renderDetails.units,
|
||||
})
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user