fix(i18n): error text updates (#1822)

Co-authored-by: Sam Potts <sam.potts@mux.com>
This commit is contained in:
Steve Heffernan
2026-07-13 08:19:18 +10:00
committed by GitHub
co-authored by Sam Potts
parent c1348eaac8
commit 82b9e43bb5
60 changed files with 400 additions and 342 deletions
@@ -16,13 +16,13 @@ describe('ErrorDialog', () => {
registerI18n('es', {
'Something went wrong.': 'Algo salió mal.',
OK: 'Aceptar',
'A network error caused the media download to fail.': 'Error de red.',
'An error occurred. Please try again.': 'Ocurrió un error. Inténtalo de nuevo.',
'This media could not be loaded due to a network or server issue.': 'Error de red.',
'An unexpected error occurred.': 'Ocurrió un error inesperado.',
});
const error = {
code: 2,
message: 'A network error caused the media download to fail.',
message: 'This media could not be loaded due to a network or server issue.',
};
const { Wrapper } = createPlayerWrapper({
error,