diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-18 14:01:54 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-18 14:01:54 -0500 |
commit | c7b7c060a6f0c6866e05199e828053e6690e9413 (patch) | |
tree | 347ba4584020c79e87cbb0f7bec9b0836049c1cb /app/Locale/id_ID/translations.php | |
parent | 49c8e5c1be15b9732023703473bb7e15864770f6 (diff) |
Improve category section
Diffstat (limited to 'app/Locale/id_ID/translations.php')
-rw-r--r-- | app/Locale/id_ID/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locale/id_ID/translations.php b/app/Locale/id_ID/translations.php index 9ec4efbb..4f4580cf 100644 --- a/app/Locale/id_ID/translations.php +++ b/app/Locale/id_ID/translations.php @@ -235,8 +235,8 @@ return array( 'Categories' => 'Kategori', 'Your category have been created successfully.' => 'Kategori Anda berhasil dibuat.', 'Unable to create your category.' => 'Tidak dapat membuat kategori Anda.', - 'Your category have been updated successfully.' => 'Kategori Anda berhasil diperbarui.', - 'Unable to update your category.' => 'Tidak dapat memperbarui kategori Anda.', + 'This category has been updated successfully.' => 'Kategori Anda berhasil diperbarui.', + 'Unable to update this category.' => 'Tidak dapat memperbarui kategori Anda.', 'Remove a category' => 'Hapus kategori', 'Category removed successfully.' => 'Kategori berhasil dihapus.', 'Unable to remove this category.' => 'Tidak dapat menghapus kategori ini.', |