diff --git a/briar-android/src/main/res/values/strings.xml b/briar-android/src/main/res/values/strings.xml index 93fb23f4d95b19dab35d15896cd1d7de30f34e12..194856e898b19f95da1dc1402b499f1623f28fd9 100644 --- a/briar-android/src/main/res/values/strings.xml +++ b/briar-android/src/main/res/values/strings.xml @@ -238,8 +238,8 @@ <item quantity="one">%d post</item> <item quantity="other">%d posts</item> </plurals> - <string name="forum_new_entry_posted">Forum entry posted</string> - <string name="forum_new_message_hint">New Entry</string> + <string name="forum_new_entry_posted">Forum post published</string> + <string name="forum_new_message_hint">New Post</string> <string name="forum_message_reply_hint">New Reply</string> <string name="btn_reply">Reply</string> <string name="forum_leave">Leave Forum</string>