This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
<v-col v-if="ayaType != 0" cols="12" sm="6" lg="4" xl="3">
|
<v-col v-if="ayaType != 0" cols="12" sm="6" lg="4" xl="3">
|
||||||
<v-file-input
|
<v-file-input
|
||||||
v-model="uploadFile"
|
v-model="uploadFile"
|
||||||
:label="$ay.t('Import')"
|
:label="$ay.t('FileToImport')"
|
||||||
accept=".json, .csv, application/json, text/csv"
|
accept=".json, .csv, application/json, text/csv"
|
||||||
prepend-icon="$ayiFileUpload"
|
prepend-icon="$ayiFileUpload"
|
||||||
show-size
|
show-size
|
||||||
@@ -246,7 +246,8 @@ async function fetchTranslatedText() {
|
|||||||
"AyaType",
|
"AyaType",
|
||||||
"ImportNewRecords",
|
"ImportNewRecords",
|
||||||
"UpdateExistingRecords",
|
"UpdateExistingRecords",
|
||||||
"AdminImportUpdateWarning"
|
"AdminImportUpdateWarning",
|
||||||
|
"FileToImport"
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user