gui: support creation of a route using FaceId
refs: #3997
Change-Id: If28b0cb335cabdf1f073f6a27bb27d1bd07e56f2
diff --git a/app/src/main/res/layout/dialog_create_route.xml b/app/src/main/res/layout/dialog_create_route.xml
index 5d8630d..993688b 100644
--- a/app/src/main/res/layout/dialog_create_route.xml
+++ b/app/src/main/res/layout/dialog_create_route.xml
@@ -30,7 +30,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@style/default_dialog_margin"
- android:hint="@string/dialog_add_route_edit_face_uri_hint"
+ android:hint="@string/route_list_add_route_edit_face_hint"
android:inputType="text"
android:focusable="true"
android:focusableInTouchMode="true"