You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: www/scripts/sepiaFW.local.js
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,8 @@ function sepiaFW_build_strings(){
89
89
StringsDE.data_privacy='Datenschutz';
90
90
StringsDE.tutorial='Tutorial';
91
91
//Offline demo texts
92
-
StringsDE.demoMode='Du befindest dich im Demo-Modus! In diesem Modus kannst du die Einstellungen ändern (z.B. host-name) und das Tutorial anschauen. Um auf deinen Assistenten zuzugreifen melde dich bitte zuerst an.';
92
+
StringsDE.demoMode='Du befindest dich im Demo-Modus! In diesem Modus kannst du die Einstellungen ändern (z.B. host-name), das Tutorial anschauen und mit dem Interface spielen. Um auf deinen Assistenten zuzugreifen melde dich bitte zuerst an.';
93
+
StringsDE.notPossibleInDemoMode='Sorry aber das geht nicht im Demo-Modus.';
@@ -178,7 +179,8 @@ function sepiaFW_build_strings(){
178
179
StringsEN.data_privacy='Data privacy';
179
180
StringsEN.tutorial='Tutorial';
180
181
//Offline demo texts
181
-
StringsEN.demoMode='You are in demo-mode! This mode only allows you to change settings (e.g. host-name) and check out the tutorial. To get access to your assistant please log-in first.';
182
+
StringsEN.demoMode='You are in demo-mode! This mode only allows you to change settings (e.g. host-name), check out the tutorial and play a bit with the UI. To get access to your assistant please log-in first.';
183
+
StringsEN.notPossibleInDemoMode='Sorry this is not possible in demo-mode.';
182
184
StringsEN.demoModeBtn='Demo-Mode';
183
185
StringsEN.myNewsDemoBtn='Open my personal news';
184
186
StringsEN.myRadioDemoBtn='Start my favorite radio station';
0 commit comments