diff --git a/DevToys/DevToys/Resource/en.lproj/Localizable.strings b/DevToys/DevToys/Resource/en.lproj/Localizable.strings index 6d779a7..7e5ee9c 100644 --- a/DevToys/DevToys/Resource/en.lproj/Localizable.strings +++ b/DevToys/DevToys/Resource/en.lproj/Localizable.strings @@ -116,7 +116,7 @@ "tool.hashgen.description" = "Calculate MD5, SHA1, SHA256 and SHA 512 hash from text data"; "tool.uuidgen.title" = "UUID Generator"; -"tool.uuidgen.mintitle" = "Hash"; +"tool.uuidgen.mintitle" = "UUID"; "tool.uuidgen.description" = "Generate UUIDs"; "Generate UUIDs" = "Generate UUIDs"; diff --git a/DevToys/DevToys/Resource/zh-Hans.lproj/Localizable.strings b/DevToys/DevToys/Resource/zh-Hans.lproj/Localizable.strings index 8dfb1f2..271e81d 100644 --- a/DevToys/DevToys/Resource/zh-Hans.lproj/Localizable.strings +++ b/DevToys/DevToys/Resource/zh-Hans.lproj/Localizable.strings @@ -116,7 +116,7 @@ "tool.hashgen.description" = "从文本数据计算MD5, SHA1, SHA256和SHA 512哈希值"; "tool.uuidgen.title" = "UUID 生成器"; -"tool.uuidgen.mintitle" = "Hash"; +"tool.uuidgen.mintitle" = "UUID"; "tool.uuidgen.description" = "生成 UUIDs"; "Generate UUIDs" = "生成 UUIDs";