Skip to content

Commit

Permalink
[DE mobile] Сhange error text to English
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyEzhin committed Feb 5, 2024
1 parent 09d28ec commit 09d72c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/documenteditor/mobile/src/controller/Main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ class MainController extends Component {
Common.Gateway.internalMessage('listenHardBack');
}
} catch (error) {
console.error('Ошибка при получении переводов:', error);
console.error('Error with receiving translations:', error);
}
}, error => {
console.log('promise failed ' + error);
Expand Down

0 comments on commit 09d72c7

Please sign in to comment.