Skip to content

Commit a1c8a48

Browse files
authored
Merge pull request #52371 from nextcloud/backport/52094/stable31
2 parents d9ff990 + c0d45f8 commit a1c8a48

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

apps/files_sharing/src/views/PublicAuthPrompt.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<NcTextField ref="input"
2525
class="public-auth-prompt__input"
2626
data-cy-public-auth-prompt-dialog-name
27-
:label="t('files_sharing', 'Nickname')"
28-
:placeholder="t('files_sharing', 'Enter your nickname')"
27+
:label="t('files_sharing', 'Name')"
28+
:placeholder="t('files_sharing', 'Enter your name')"
2929
minlength="2"
3030
name="name"
3131
required

cypress/e2e/files_sharing/file-request.cy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ const enterGuestName = (name: string) => {
1111
cy.findByRole('dialog', { name: /Upload files to/ })
1212
.should('be.visible')
1313
.within(() => {
14-
cy.findByRole('textbox', { name: 'Nickname' })
14+
cy.findByRole('textbox', { name: 'Name' })
1515
.should('be.visible')
1616

17-
cy.findByRole('textbox', { name: 'Nickname' })
17+
cy.findByRole('textbox', { name: 'Name' })
1818
.type(`{selectall}${name}`)
1919

2020
cy.findByRole('button', { name: 'Submit name' })

dist/4926-4926.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

dist/4926-4926.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/4926-4926.js.map.license

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4926-4926.js.license

dist/7573-7573.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)