@ailaw/venus 1.348.0 → 1.349.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/en.js +2 -1
- package/package.json +1 -1
package/dist/en.js
CHANGED
|
@@ -5985,7 +5985,8 @@ var en3 = {
|
|
|
5985
5985
|
updateBudget: "Update Budget",
|
|
5986
5986
|
taskDescription: "Task Description",
|
|
5987
5987
|
executor: "Assignee",
|
|
5988
|
-
declineAll: "Decline All"
|
|
5988
|
+
declineAll: "Decline All",
|
|
5989
|
+
caseTimerNotification: "Case Timer Notification"
|
|
5989
5990
|
};
|
|
5990
5991
|
var en = __spreadValues(__spreadValues(__spreadValues({}, en2), en3), en$1);
|
|
5991
5992
|
export { en as default };
|