Update repo management screen title

This commit is contained in:
Stephen Michel 2017-05-15 12:02:02 -04:00
parent 1f3271d72d
commit 876f94e7ca

View File

@ -143,7 +143,7 @@
android:theme="@style/AppThemeTransparent" />
<activity
android:name=".views.ManageReposActivity"
android:label="@string/app_name"
android:label="@string/menu_manage"
android:launchMode="singleTask"
android:parentActivityName=".views.main.MainActivity"
android:configChanges="layoutDirection|locale" >