mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(i18n): error text updates (#1822)
Co-authored-by: Sam Potts <sam.potts@mux.com>
This commit is contained in:
co-authored by
Sam Potts
parent
c1348eaac8
commit
82b9e43bb5
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user