1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Desktop: Rename Joplin Server to Joplin Cloud in UI

This commit is contained in:
Laurent Cozic
2021-05-25 12:16:57 +02:00
parent 68e79f1573
commit b20ab19f13
3 changed files with 6 additions and 6 deletions

View File

@@ -77,7 +77,7 @@ export default class JoplinServerApi {
public static connectionErrorMessage(error: any) {
const msg = error && error.message ? error.message : 'Unknown error';
return _('Could not connect to Joplin Server. Please check the Synchronisation options in the config screen. Full error was:\n\n%s', msg);
return _('Could not connect to Joplin Cloud. Please check the Synchronisation options in the config screen. Full error was:\n\n%s', msg);
}
private requestToCurl_(url: string, options: any) {