Translating upload button

parent 73628a2b
......@@ -23,7 +23,7 @@
:http-request="uploadFile"
multiple="true"
style="display: inline-block; margin-right: 10px;">
<el-button size="small" type="primary" style="padding: 11px 9px;" :loading="fileIsUploading">Upload File</el-button>
<el-button size="small" type="primary" style="padding: 11px 9px;" :loading="fileIsUploading">{{ trans('media.upload file') }}</el-button>
</el-upload>
</template>
......
......@@ -94740,7 +94740,7 @@ var render = function() {
loading: _vm.fileIsUploading
}
},
[_vm._v("Upload File")]
[_vm._v(_vm._s(_vm.trans("media.upload file")))]
)
],
1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment