Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
80c5f0dc
Commit
80c5f0dc
authored
Mar 10, 2022
by
wortschi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update placeholder text in import projects table
Changelog: changed
parent
a3a63d3f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
+2
-5
app/assets/javascripts/import_entities/import_projects/components/import_projects_table.vue
...ties/import_projects/components/import_projects_table.vue
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+0
-3
spec/frontend/import_entities/import_projects/components/import_projects_table_spec.js
.../import_projects/components/import_projects_table_spec.js
+1
-1
No files found.
app/assets/javascripts/import_entities/import_projects/components/import_projects_table.vue
View file @
80c5f0dc
...
...
@@ -137,7 +137,7 @@ export default {
<gl-form-input
data-qa-selector=
"githubish_import_filter_field"
name=
"filter"
:placeholder=
"__('Filter
your repositories
by name')"
:placeholder=
"__('Filter by name')"
autofocus
size=
"lg"
@
keyup.enter=
"setFilter($event.target.value)"
...
...
locale/gitlab.pot
View file @
80c5f0dc
...
...
@@ -15646,9 +15646,6 @@ msgstr ""
msgid "Filter users"
msgstr ""
msgid "Filter your repositories by name"
msgstr ""
msgid "Filter..."
msgstr ""
...
...
spec/frontend/import_entities/import_projects/components/import_projects_table_spec.js
View file @
80c5f0dc
...
...
@@ -16,7 +16,7 @@ describe('ImportProjectsTable', () => {
const
findFilterField
=
()
=>
wrapper
.
findAllComponents
(
GlFormInput
)
.
wrappers
.
find
((
w
)
=>
w
.
attributes
(
'
placeholder
'
)
===
'
Filter
your repositories
by name
'
);
.
wrappers
.
find
((
w
)
=>
w
.
attributes
(
'
placeholder
'
)
===
'
Filter by name
'
);
const
providerTitle
=
'
THE PROVIDER
'
;
const
providerRepo
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment