diff --git a/AgileWorks/ShareExtension/View/ShareViewController.swift b/AgileWorks/ShareExtension/View/ShareViewController.swift index 14e17afc97fcbfb216b87e1abb2555532b6b41a2..b0be7d8afcd58ac7334fe8707ca2474f531f158a 100644 --- a/AgileWorks/ShareExtension/View/ShareViewController.swift +++ b/AgileWorks/ShareExtension/View/ShareViewController.swift @@ -30,7 +30,7 @@ class ShareViewController: UITableViewController { //固定文言の表示 private func shareViewTranslation() { clientCertificateTitle.title = getDisplayString(key: "CertificateTitle", comment: "") - cancelButton.title = getDisplayString(key: "Cansell", comment: "") + cancelButton.title = getDisplayString(key: "Cancel", comment: "") importButton.title = getDisplayString(key: "Import", comment: "") passphraseLabel.text = getDisplayString(key: "Passphrase", comment: "")