We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 208aac8 + 907b1b4 commit 3c462caCopy full SHA for 3c462ca
owncloudApp/src/main/res/layout/main_file_list_fragment.xml
@@ -82,6 +82,7 @@
82
android:layout_height="wrap_content"
83
android:layout_marginTop="@dimen/standard_quarter_margin"
84
android:text="@string/fab_refresh_text"
85
+ android:textAllCaps="false"
86
android:textColor="@color/white"
87
android:theme="@style/Theme.MaterialComponents.Bridge"
88
android:visibility="gone"
owncloudApp/src/main/res/values/strings.xml
@@ -754,7 +754,7 @@
754
<!-- DeepLinks -->
755
<string name="invalid_deep_link_format">Invalid link format</string>
756
757
- <string name="fab_refresh_text">New content</string>
+ <string name="fab_refresh_text">Refresh</string>
758
<string name="fab_refresh_sync_in_progress">Synchronization already in progress</string>
759
760
</resources>
0 commit comments