diff --git a/android/src/com/mapswithme/maps/ugc/routes/UgcSharingOptionsFragment.java b/android/src/com/mapswithme/maps/ugc/routes/UgcSharingOptionsFragment.java index 521cbc62e5..356df6b5cc 100644 --- a/android/src/com/mapswithme/maps/ugc/routes/UgcSharingOptionsFragment.java +++ b/android/src/com/mapswithme/maps/ugc/routes/UgcSharingOptionsFragment.java @@ -548,13 +548,13 @@ public class UgcSharingOptionsFragment extends BaseToolbarAuthFragment implement private void showUploadErrorDialog(@StringRes int subtitle, int reqCode, @NonNull String tag) { - showErrorDialog(R.string.unable_upload_errorr_title, subtitle, reqCode, tag); + showErrorDialog(R.string.unable_update_error_title, subtitle, reqCode, tag); } private void showNotEnoughBookmarksDialog() { - showErrorDialog(R.string.error_public_not_enought_title, - R.string.error_public_not_enought_subtitle, + showErrorDialog(R.string.error_public_not_enough_title, + R.string.error_public_not_enough_subtitle, REQ_CODE_ERROR_NOT_ENOUGH_BOOKMARKS, NOT_ENOUGH_BOOKMARKS_DIALOG_TAG); }