Skip to content

Commit

Permalink
ux: rename export data to send diagnostic data
Browse files Browse the repository at this point in the history
Signed-off-by: 82Flex <[email protected]>
  • Loading branch information
Lessica committed Jan 14, 2024
1 parent 8ba6919 commit dee4668
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Reveil/Pages/AboutView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ struct AboutView: View {
.padding()
}

Button(NSLocalizedString("EXPORT_DATA", comment: "Export Data")) {
Button(NSLocalizedString("SEND_DIAGNOSTIC_DATA", comment: "Send Diagnostic Data")) {
let data = exportPropertyListData()
let tempUrl = URL(fileURLWithPath: NSTemporaryDirectory())
.appendingPathComponent("ReveilExport_" + UUID().uuidString)
Expand Down
6 changes: 3 additions & 3 deletions Reveil/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,6 @@
/* Valid code signing status */
"EXPECTED_CODE_SIGNING_STATUS" = "Valid code signing status";

/* Export Data */
"EXPORT_DATA" = "Export Data";

/* Faults */
"FAULTS" = "Faults";

Expand Down Expand Up @@ -853,6 +850,9 @@
/* Security */
"SECURITY" = "Security";

/* Send Diagnostic Data */
"SEND_DIAGNOSTIC_DATA" = "Send Diagnostic Data";

/* Sent */
"SENT" = "Sent";

Expand Down
6 changes: 3 additions & 3 deletions Reveil/zh-Hans.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,6 @@
/* Valid code signing status */
"EXPECTED_CODE_SIGNING_STATUS" = "有效的代码签名状态";

/* Export Data */
"EXPORT_DATA" = "导出数据";

/* Faults */
"FAULTS" = "错误";

Expand Down Expand Up @@ -853,6 +850,9 @@
/* Security */
"SECURITY" = "安全";

/* Send Diagnostic Data */
"SEND_DIAGNOSTIC_DATA" = "发送诊断数据";

/* Sent */
"SENT" = "已发送";

Expand Down

0 comments on commit dee4668

Please sign in to comment.