Skip to content

Commit

Permalink
Merge pull request #4182 from owncloud/language-revision
Browse files Browse the repository at this point in the history
language review
  • Loading branch information
jesmrec authored Oct 11, 2023
2 parents adad071 + 92a0100 commit 001a751
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 143 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class PublicShareCreationDialogFragmentTest {
publicShareCreationStatus.postValue(
Event(
UIResult.Error(
error = Throwable("It was not possible to share this file or folder")
error = Throwable("It was not possible to share this file or folder.")
)
)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ class ShareFileFragmentTest {
fun showError() {
loadShareFileFragment(
sharesUIResult = UIResult.Error(
error = Throwable("It was not possible to retrieve the shares from server")
error = Throwable("It was not possible to retrieve the shares from the server.")
)
)
com.google.android.material.R.id.snackbar_text.withText(R.string.get_shares_error)
Expand Down
Loading

0 comments on commit 001a751

Please sign in to comment.