This commit is contained in:
Alexander Krasnorutskiy 2020-11-30 16:14:26 -08:00
Родитель 3a2f60d542
Коммит 60aa6e59aa
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -708,7 +708,7 @@ export const english: IAppStrings = {
},
endpointConnectionError: {
title: "Error connecting to endpoint",
message: "Cannot connect to ${endpoint} - \"${apiUriBase}\". Please make sure the network connection is good and specified endpoint is correct.",
message: "Cannot connect to ${endpoint} \"${apiUriBase}\". Please make sure the network connection is good and specified endpoint is correct.",
},
tooManyRequests: {
title: "Too many requests",

Просмотреть файл

@ -708,8 +708,8 @@ export const spanish: IAppStrings = {
message: "",
},
endpointConnectionError: {
title: "",
message: "",
title: "Error al conectarse al punto final",
message: "No se puede conectar a $ {endpoint} \"${apiUriBase}\". Asegúrese de que la conexión de red sea buena y que el punto final especificado sea correcto.",
},
tooManyRequests: {
title: "",