mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:02:22 +08:00
chore: update locale
This commit is contained in:
@@ -226,12 +226,12 @@ export const ProfileItem = (props: Props) => {
|
||||
disabled: option?.groups === null,
|
||||
},
|
||||
{
|
||||
label: "Edit Merge",
|
||||
label: "Extend Config",
|
||||
handler: onEditMerge,
|
||||
disabled: option?.merge === null,
|
||||
},
|
||||
{
|
||||
label: "Edit Script",
|
||||
label: "Extend Script",
|
||||
handler: onEditScript,
|
||||
disabled: option?.script === null,
|
||||
},
|
||||
@@ -267,12 +267,12 @@ export const ProfileItem = (props: Props) => {
|
||||
disabled: option?.groups === null,
|
||||
},
|
||||
{
|
||||
label: "Edit Merge",
|
||||
label: "Extend Config",
|
||||
handler: onEditMerge,
|
||||
disabled: option?.merge === null,
|
||||
},
|
||||
{
|
||||
label: "Edit Script",
|
||||
label: "Extend Script",
|
||||
handler: onEditScript,
|
||||
disabled: option?.script === null,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user