This website works better with JavaScript.
Home
Explore
Help
Sign In
jason
/
FPSMS-frontend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update
master
kelvin.yau
2 months ago
parent
e4410f31c5
commit
b2893b7a9c
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/components/DoSearch/DoSearch.tsx
+3
-1
src/i18n/zh/do.json
+ 1
- 1
src/components/DoSearch/DoSearch.tsx
View File
@@ -420,7 +420,7 @@ if(orderStartDate != ""){
Swal.fire({
position: "bottom-end",
icon: "success",
text: "Batch release completed successfully.",
text:
t(
"Batch release completed successfully."
)
,
showConfirmButton: false,
timer: 1500
});
+ 3
- 1
src/i18n/zh/do.json
View File
@@ -40,6 +40,8 @@
"Edit": "編輯",
"Delete": "刪除",
"Release": "放單",
"Back": "返回"
"Back": "返回",
"Batch Release": "批量放單",
"Batch release completed successfully.": "已完成批量放單"
}
Write
Preview
Loading…
Cancel
Save