diff --git a/android/src/com/mapswithme/maps/widget/placepage/PlacePageView.java b/android/src/com/mapswithme/maps/widget/placepage/PlacePageView.java
index b549cb9223..1c381119bc 100644
--- a/android/src/com/mapswithme/maps/widget/placepage/PlacePageView.java
+++ b/android/src/com/mapswithme/maps/widget/placepage/PlacePageView.java
@@ -450,8 +450,7 @@ public class PlacePageView extends RelativeLayout implements View.OnClickListene
else
{
UiUtils.show(mEditor);
- mTvEditor.setText(mMapObject.getIsDroppedPin() ? R.string.pp_place_add
- : R.string.pp_place_edit);
+ mTvEditor.setText(R.string.edit_place);
}
}
diff --git a/iphone/Maps/Classes/MWMPlacePageButtonCell.xib b/iphone/Maps/Classes/MWMPlacePageButtonCell.xib
index 8f6d254458..fc113a3e31 100644
--- a/iphone/Maps/Classes/MWMPlacePageButtonCell.xib
+++ b/iphone/Maps/Classes/MWMPlacePageButtonCell.xib
@@ -28,7 +28,7 @@
-
+