Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
Saelmala committed Nov 15, 2024
1 parent 049c351 commit 723a582
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/i18n/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,8 @@ export const en = {
'There is already a SRT source with this port. Choose a different port.',
passphrase_error: 'The passphrase needs to be between 10 and 79 characters',
generic_error: 'There was an error creating the SRT source',
duplicate_name_error: 'There is already an SRT source with this name on this ingest',
duplicate_name_error:
'There is already an SRT source with this name on this ingest',
cancel: 'Cancel'
},
clear: 'Clear',
Expand Down
3 changes: 2 additions & 1 deletion src/i18n/locales/sv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,8 @@ export const sv = {
'Den här porten används redan av en annan SRT källa. Välj en annan port.',
passphrase_error: 'Lösenordet måste vara mellan 10 och 79 tecken',
generic_error: 'Ett fel uppstod vid skapandet av SRT källan',
duplicate_name_error: 'Det finns redan en SRT med det här namnet på den här ingesten.',
duplicate_name_error:
'Det finns redan en SRT med det här namnet på den här ingesten.',
cancel: 'Avbryt'
},
clear: 'Rensa',
Expand Down

0 comments on commit 723a582

Please sign in to comment.