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

View File

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

View File

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