modify text

This commit is contained in:
MaysWind
2021-03-13 17:43:42 +08:00
parent dad2ab1b7c
commit 53340fe9fb
5 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
<f7-list>
<f7-list-item
:title="$t('Base Currency')"
smart-select :smart-select-params="{ openIn: 'popup', closeOnSelect: true, popupCloseLinkText: $t('Close'), scrollToSelectedItem: true }">
smart-select :smart-select-params="{ openIn: 'popup', closeOnSelect: true, popupCloseLinkText: $t('Done'), scrollToSelectedItem: true }">
<select v-model="baseCurrency">
<option v-for="exchangeRate in availableExchangeRates"
:key="exchangeRate.currencyCode"