Skip to content

Commit 3c462ca

Browse files
authored
Merge pull request #4229 from rishabh241/feature/refresh_ui
[FEATURE REQUEST] Improvements in "New content" refresh button
2 parents 208aac8 + 907b1b4 commit 3c462ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

owncloudApp/src/main/res/layout/main_file_list_fragment.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
android:layout_height="wrap_content"
8383
android:layout_marginTop="@dimen/standard_quarter_margin"
8484
android:text="@string/fab_refresh_text"
85+
android:textAllCaps="false"
8586
android:textColor="@color/white"
8687
android:theme="@style/Theme.MaterialComponents.Bridge"
8788
android:visibility="gone"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@
754754
<!-- DeepLinks -->
755755
<string name="invalid_deep_link_format">Invalid link format</string>
756756

757-
<string name="fab_refresh_text">New content</string>
757+
<string name="fab_refresh_text">Refresh</string>
758758
<string name="fab_refresh_sync_in_progress">Synchronization already in progress</string>
759759

760760
</resources>

0 commit comments

Comments
 (0)