change text in modal

This commit is contained in:
ogerly 2022-06-27 09:05:38 +02:00
parent 5dd1ec846d
commit 346084f797
3 changed files with 3 additions and 8 deletions

View File

@ -18,12 +18,7 @@
</div>
</b-card-text>
<b-row>
<b-col>
<b-button size="lg" variant="danger" @click="$emit('logout')">
{{ $t('navigation.logout') }}
</b-button>
</b-col>
<b-col class="text-right">
<b-col class="text-center">
<b-button size="lg" variant="success" @click="handleOk">
{{ $t('session.extend') }}
</b-button>

View File

@ -200,7 +200,7 @@
"session": {
"extend": "Verlängern",
"lightText": "Du wirst automatisch abgemeldet in",
"warningText": "Die Session läuft gleich ab!"
"warningText": "Bist du noch da?"
},
"settings": {
"language": {

View File

@ -200,7 +200,7 @@
"session": {
"extend": "Extend",
"lightText": "You will be automatically logged out in",
"warningText": "The session is about to expire!"
"warningText": "Are you still there?"
},
"settings": {
"language": {