Skip to content
Snippets Groups Projects
Commit 0e0c67ea authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Add info for tugraz cloud users

parent 917300fa
No related branches found
No related tags found
No related merge requests found
Pipeline #13056 passed
......@@ -1437,7 +1437,8 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
</h2>
<p class="m-inherit">
${i18n.t('nextcloud-file-picker.init-text-1', {name: this.nextcloudName})} <br>
${i18n.t('nextcloud-file-picker.init-text-2')}
${i18n.t('nextcloud-file-picker.init-text-2')} <br><br>
</p>
</div>
<div class="block ${classMap({hidden: this.isPickerActive})}">
......@@ -1446,8 +1447,8 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
@click="${async () => { this.openFilePicker(); } }">${i18n.t('nextcloud-file-picker.connect-nextcloud', {name: this.nextcloudName})}</button>
</div>
<div class="block text-center m-inherit ${classMap({hidden: this.isPickerActive})}">
<p class="m-inherit">
${i18n.t('nextcloud-file-picker.auth-info')}
<p class="m-inherit"><br>
${i18n.t('nextcloud-file-picker.auth-info')}<br>${i18n.t('nextcloud-file-picker.auth-info-2')}
</p>
</div>
</div>
......
......@@ -44,6 +44,7 @@
"init-text-1": "Wählen Sie Ihre Dateien von {{name}}.",
"init-text-2": "Sie müssen sich zuerst authentifizieren.",
"auth-info": "Eine neue Seite wird geöffnet, um Ihr Konto zu verbinden.",
"auth-info-2": "Für diese Funktion ist ein TU Graz Bediensteten Account nötig!",
"connect-nextcloud": "{{name}} verbinden",
"open-in-nextcloud": "In {{name}} öffnen",
"no-data": "In diesem Ordner befinden sich keine Dateien.",
......
......@@ -44,6 +44,7 @@
"init-text-1": "Chose your files from {{name}}.",
"init-text-2": "You need to authenticate first.",
"auth-info": "A new page will open to connect your account.",
"auth-info-2": "A TU Graz employee account is required for this function!",
"connect-nextcloud": "Connect {{name}}",
"open-in-nextcloud": "Open in {{name}}",
"no-data": "No data avaible in this folder.",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment