mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] Removes missing string reference
This commit is contained in:
parent
fee3c457c8
commit
8bbcf4490a
@ -24,7 +24,6 @@
|
|||||||
android:layout_marginStart="23dp"
|
android:layout_marginStart="23dp"
|
||||||
android:ellipsize="none"
|
android:ellipsize="none"
|
||||||
android:scrollHorizontally="false"
|
android:scrollHorizontally="false"
|
||||||
android:text="@string/sessions_intro_description"
|
|
||||||
android:textColor="@color/session_list_empty_fg"
|
android:textColor="@color/session_list_empty_fg"
|
||||||
android:textSize="16sp"
|
android:textSize="16sp"
|
||||||
app:layout_constraintVertical_bias="0"
|
app:layout_constraintVertical_bias="0"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||||
<resources>
|
<resources>
|
||||||
<!-- Name of the application -->
|
<!-- Name of the application -->
|
||||||
<string name="app_name">%1$s</string>
|
<string name="app_name">Fenix</string>
|
||||||
|
|
||||||
<!-- Home Fragment -->
|
<!-- Home Fragment -->
|
||||||
<!-- Content description (not visible, for screen readers etc.): "Three dot" menu button. -->
|
<!-- Content description (not visible, for screen readers etc.): "Three dot" menu button. -->
|
||||||
|
Loading…
Reference in New Issue
Block a user