We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5924cfe commit d0e64f0Copy full SHA for d0e64f0
src/ui/components/native/DialogChooseFolder.vue
@@ -8,7 +8,7 @@
8
<!-- Fixed header row -->
9
<div class="d-flex align-center justify-space-between px-4 py-2">
10
<span class="text-h6">{{ t('LabelChoosefolder') }}</span>
11
- <v-btn color="primary" @click="onSave">Select</v-btn>
+ <v-btn color="primary" @click="onSave">{{ t('LabelSelect') }}</v-btn>
12
</div>
13
<!-- <v-row no-gutters>
14
<v-col class="flex-grow-1">
@@ -146,4 +146,4 @@ export default {
146
147
<style scoped>
148
149
-</style>
+</style>
0 commit comments