Skip to content

Commit 0ad269d

Browse files
Fixes 3536 (#3537)
1 parent efdb00b commit 0ad269d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/src/main/res/values/strings.xml

-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@
390390
<string name="preference_author_name_toggle">Use custom author name</string>
391391
<string name="preference_author_name_toggle_summary">Use a custom author name instead of your username while uploading photos</string>
392392
<string name="preference_author_name">Custom author name</string>
393-
<string name="preference_author_name_summary">The custom author name to use instead of your username in uploads</string>
394393
<string name="contributions_fragment">Contributions</string>
395394
<string name="nearby_fragment">Nearby</string>
396395
<string name="notifications">Notifications</string>

app/src/main/res/xml/preferences.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
android:key="authorName"
5050
app:singleLineTitle="false"
5151
app:dependency="useAuthorName"
52-
android:summary="@string/preference_author_name_summary"
52+
app:useSimpleSummaryProvider="true"
5353
android:title="@string/preference_author_name" />
5454

5555
<SwitchPreference

0 commit comments

Comments
 (0)