Skip to content

Commit

Permalink
Merge pull request #213 from webzard-io/bowen/SKS-3382
Browse files Browse the repository at this point in the history
SKS-3382 fix node taint en i18n
  • Loading branch information
tanbowensg authored Jan 21, 2025
2 parents cee6fd4 + add3254 commit 680996d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/refine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dovetail-v2/refine",
"version": "0.1.23",
"version": "0.1.25",
"type": "module",
"files": [
"dist",
Expand Down
6 changes: 3 additions & 3 deletions packages/refine/src/locales/en-US/dovetail.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@
"edit_distribute_storage_failed_toast": "Failed to edit the capacity allocation",
"edit_node_taint": "Edit taint",
"edit_node_taint_success_toast": "Successfully edited the taint for the node {{name}}",
"node_taint_NoSchedule": "Only prevent scheduling",
"node_taint_PreferNoSchedule": "Prefer no scheduling",
"node_taint_NoExecute": "Prevent scheduling and evict pods",
"node_taint_NoSchedule": "NoSchedule",
"node_taint_PreferNoSchedule": "PreferNoSchedule",
"node_taint_NoExecute": "NoExecute",
"taint": "Taint",
"change_form_mode_alert": "Switching from YAML editing to form editing will discard all changes made to the YAML file.",
"pvc_storage_required": "Please specify the allocation.",
Expand Down

0 comments on commit 680996d

Please sign in to comment.