Translating to zh-cn is done

This commit is contained in:
Donald Zou
2024-09-22 21:50:30 +08:00
parent c269e46892
commit 21672f99d1
11 changed files with 44 additions and 25 deletions

View File

@@ -31,7 +31,7 @@ export default {
fetchPost('/api/newDashboardAPIKey', this.newKeyData, (res) => {
if (res.status){
this.$emit('created', res.data);
this.store.newMessage("Server", "New API Key created", "success");
this.store.newMessage("Server", "API Key created", "success");
this.$emit('close')
}else{
this.store.newMessage("Server", res.message, "danger")