Skip to content

Commit 55b01f9

Browse files
committed
change positiveButtonTextId for overview page
Signed-off-by: alperozturk <[email protected]>
1 parent 8baf01d commit 55b01f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/owncloud/android/ui/activity/SyncedFoldersActivity.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ class SyncedFoldersActivity :
722722
messageArguments = null,
723723
titleResId = R.string.sync_duplication,
724724
titleIconId = R.drawable.ic_info,
725-
positiveButtonTextId = R.string.sync_anyway,
725+
positiveButtonTextId = R.string.dialog_close,
726726
negativeButtonTextId = -1,
727727
neutralButtonTextId = -1
728728
)

0 commit comments

Comments
 (0)