File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 63
63
64
64
<activity
65
65
android : name =" com.facebook.FacebookActivity"
66
- android : label =" @string/fui_app_name "
66
+ android : label =" @string/app_name "
67
67
android : configChanges =" keyboard|keyboardHidden|screenLayout|screenSize|orientation"
68
68
tools : ignore =" MissingRegistered" />
69
69
Original file line number Diff line number Diff line change 1
- <resources xmlns : xliff =" urn:oasis:names:tc:xliff:document:1.2" >
2
- <string name =" fui_app_name " translatable =" false" >ui_flow</string >
1
+ <resources xmlns : tools = " http://schemas.android.com/tools " xmlns : xliff =" urn:oasis:names:tc:xliff:document:1.2" >
2
+ <string name =" app_name " translatable =" false" tools : ignore = " ResourceName " >ui_flow</string >
3
3
4
4
<!-- Common -->
5
- <string name =" fui_default_toolbar_title" translatable =" false" >@string/fui_app_name </string >
5
+ <string name =" fui_default_toolbar_title" translatable =" false" >@string/app_name </string >
6
6
<string name =" fui_progress_dialog_loading" translation_description =" Loading text in dialog" >Loading…</string >
7
7
<string name =" fui_sign_in_default" translation_description =" Button text to sign in" >Sign in</string >
8
8
<string name =" fui_general_error" translation_description =" Toast text flashing general error" >An error has occurred.</string >
You can’t perform that action at this time.
0 commit comments