Skip to content

Commit

Permalink
fix(web): translation error
Browse files Browse the repository at this point in the history
  • Loading branch information
mrevanzak committed Jun 29, 2024
1 parent 612e8a4 commit 0b74645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/web/public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"delete": "Delete",
"close": "Close",
"confirmation": "Are you sure you want to delete",
"changeTitleHistorySuccess": "Title '{name}' has been changed",
"changeTitleHistorySuccess": "Title \"{name}\" has been changed",
"deleteHistorySuccess": "History has been deleted",
"theme": {
"toggle": "Toggle theme",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/public/locales/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"delete": "Hapus",
"close": "Tutup",
"confirmation": "Apakah Anda yakin untuk menghapus",
"changeTitleHistorySuccess": "Judul '{name}' berhasil diubah",
"changeTitleHistorySuccess": "Judul \"{name}\" berhasil diubah",
"deleteHistorySuccess": "Riwayat pertanyaan berhasil dihapus",
"theme": {
"toggle": "Ubah tema",
Expand Down

0 comments on commit 0b74645

Please sign in to comment.