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
985320fa
Commit
985320fa
authored
Aug 19, 2021
by
Enrique Alcantara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Generate new labels
parent
5dfb472c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
1 deletion
+22
-1
locale/gitlab.pot
locale/gitlab.pot
+21
-0
spec/frontend/content_editor/components/wrappers/table_cell_spec.js
...end/content_editor/components/wrappers/table_cell_spec.js
+1
-1
No files found.
locale/gitlab.pot
View file @
985320fa
...
...
@@ -10783,6 +10783,9 @@ msgstr ""
msgid "Delete badge"
msgstr ""
msgid "Delete column"
msgstr ""
msgid "Delete comment"
msgstr ""
...
...
@@ -10813,6 +10816,9 @@ msgstr ""
msgid "Delete project. Are you ABSOLUTELY SURE?"
msgstr ""
msgid "Delete row"
msgstr ""
msgid "Delete self monitoring project"
msgstr ""
...
...
@@ -10831,6 +10837,9 @@ msgstr ""
msgid "Delete subscription"
msgstr ""
msgid "Delete table"
msgstr ""
msgid "Delete this attachment"
msgstr ""
...
...
@@ -17805,6 +17814,12 @@ msgstr ""
msgid "Insert code"
msgstr ""
msgid "Insert column after"
msgstr ""
msgid "Insert column before"
msgstr ""
msgid "Insert image"
msgstr ""
...
...
@@ -17814,6 +17829,12 @@ msgstr ""
msgid "Insert link"
msgstr ""
msgid "Insert row after"
msgstr ""
msgid "Insert row before"
msgstr ""
msgid "Insert suggestion"
msgstr ""
...
...
spec/frontend/content_editor/components/wrappers/table_cell_spec.js
View file @
985320fa
...
...
@@ -56,7 +56,7 @@ describe('content/components/wrappers/table_cell', () => {
it
(
'
renders a td node-view-wrapper with relative position
'
,
()
=>
{
createWrapper
();
expect
(
wrapper
.
findComponent
(
NodeViewWrapper
).
classes
()).
to
Equal
([
'
gl-relative
'
]
);
expect
(
wrapper
.
findComponent
(
NodeViewWrapper
).
classes
()).
to
Contain
(
'
gl-relative
'
);
expect
(
wrapper
.
findComponent
(
NodeViewWrapper
).
props
().
as
).
toBe
(
'
td
'
);
});
...
...
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