Skip to content

Commit 001a751

Browse files
authored
Merge pull request #4182 from owncloud/language-revision
language review
2 parents adad071 + 92a0100 commit 001a751

3 files changed

Lines changed: 143 additions & 143 deletions

File tree

owncloudApp/src/androidTest/java/com/owncloud/android/sharing/shares/ui/PublicShareCreationDialogFragmentTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ class PublicShareCreationDialogFragmentTest {
226226
publicShareCreationStatus.postValue(
227227
Event(
228228
UIResult.Error(
229-
error = Throwable("It was not possible to share this file or folder")
229+
error = Throwable("It was not possible to share this file or folder.")
230230
)
231231
)
232232
)

owncloudApp/src/androidTest/java/com/owncloud/android/sharing/shares/ui/ShareFileFragmentTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ class ShareFileFragmentTest {
291291
fun showError() {
292292
loadShareFileFragment(
293293
sharesUIResult = UIResult.Error(
294-
error = Throwable("It was not possible to retrieve the shares from server")
294+
error = Throwable("It was not possible to retrieve the shares from the server.")
295295
)
296296
)
297297
com.google.android.material.R.id.snackbar_text.withText(R.string.get_shares_error)

0 commit comments

Comments
 (0)