Skip to content

Commit aef979d

Browse files
committed
fix: use proper string resource
1 parent b070ad8 commit aef979d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/res/menu/menu.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
<item
4848
android:id="@+id/more_apps_from_us"
4949
android:icon="@drawable/ic_google_play_vector"
50-
android:title="@string/more_apps_from_us"
50+
android:title="@string/more_fossify_apps"
5151
app:showAsAction="never" />
5252
</menu>

0 commit comments

Comments
 (0)