mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Changed the method name to something a bit more meaningfull.
This commit is contained in:
parent
8a5b552a11
commit
a0b35dad23
@ -23,7 +23,7 @@
|
||||
<b>{{ $t('language') }}</b>
|
||||
</small>
|
||||
</b-col>
|
||||
<b-col class="col-12">{{ $t(buildLanguage()) }}</b-col>
|
||||
<b-col class="col-12">{{ $t(buildTagFromLanguageString()) }}</b-col>
|
||||
</b-row>
|
||||
</div>
|
||||
|
||||
@ -106,7 +106,7 @@ export default {
|
||||
})
|
||||
},
|
||||
|
||||
buildLanguage() {
|
||||
buildTagFromLanguageString() {
|
||||
return 'languages.' + this.$store.state.language
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user