Skip to content

Commit

Permalink
Brush Up
Browse files Browse the repository at this point in the history
  • Loading branch information
jcadmin committed Nov 8, 2023
1 parent 494935c commit 1adf3c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/webapp/src/main/elm/Messages/AccountTable.elm
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ ja =
{ login = "ログイン"
, source = "ソース"
, state = "状態"
, nrShares = "回共有"
, nrShares = "共有数"
, admin = "管理者"
, nrLogins = "回ログイン"
, nrLogins = "ログイン回数"
, lastLogin = "最終ログイン"
, created = "作成日時"
, edit = "編集"
Expand Down
2 changes: 1 addition & 1 deletion modules/webapp/src/main/elm/Messages/AliasPage.elm
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ja : Texts
ja =
{ createNew = "受信箱の新規作成"
, aliasPage = "受信箱 : "
, aliasPages = "受信箱"
, aliasPages = "あなたの受信箱"
, newAliasPage = "受信箱の新規作成"
, searchPlaceholder = "検索..."
, errorQrCode = "QR コードの生成でエラーが発生しました。"
Expand Down
2 changes: 1 addition & 1 deletion modules/webapp/src/main/elm/Messages/DetailPage.elm
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ ja =
{ mailSend = Messages.MailSend.ja
, save = "保存"
, cancel = "キャンセル"
, yourShare = "あなたの共有"
, yourShare = "共有 (名前なし)"
, markdownInput = Messages.MarkdownInput.ja
, shareFileList = Messages.ShareFileList.ja
, yesNo = Messages.YesNoDimmer.ja
Expand Down

0 comments on commit 1adf3c0

Please sign in to comment.