mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
change text in modal
This commit is contained in:
parent
5dd1ec846d
commit
346084f797
@ -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>
|
||||||
|
|||||||
@ -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": {
|
||||||
|
|||||||
@ -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": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user