Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Greenlight
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arbeitsgruppe Hardwarenahe IT-Systeme
Greenlight
Commits
0f12eaa8
Unverified
Commit
0f12eaa8
authored
Jun 18, 2021
by
Ahmad Farhat
Committed by
GitHub
Jun 18, 2021
Browse files
Options
Downloads
Patches
Plain Diff
Fixed public recording strings (#2789)
parent
e54208f7
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/views/shared/_sessions.html.erb
+2
-2
2 additions, 2 deletions
app/views/shared/_sessions.html.erb
config/locales/en.yml
+4
-2
4 additions, 2 deletions
config/locales/en.yml
with
6 additions
and
4 deletions
app/views/shared/_sessions.html.erb
+
2
−
2
View file @
0f12eaa8
...
@@ -77,7 +77,7 @@
...
@@ -77,7 +77,7 @@
<tbody
id=
"recording-table"
>
<tbody
id=
"recording-table"
>
<tr
id=
"no_recordings_found"
style=
"display: none;"
>
<tr
id=
"no_recordings_found"
style=
"display: none;"
>
<td
colspan=
"7"
class=
"text-center h4 p-6 font-weight-normal"
>
<td
colspan=
"7"
class=
"text-center h4 p-6 font-weight-normal"
>
<%=
t
(
"recording.no_matched_recordings"
,
inject:
only_public
?
t
(
"recording.visibility.public"
).
downcase
+
" "
:
"
"
)
%>
<%=
only_public
?
t
(
"recording.no_matched_
pub_
recordings"
)
:
t
(
"recording.no_matched_recordings
"
)
%>
</td>
</td>
</tr>
</tr>
<%
if
recordings
.
empty?
%>
<%
if
recordings
.
empty?
%>
...
@@ -86,7 +86,7 @@
...
@@ -86,7 +86,7 @@
<%
if
user_recordings
%>
<%
if
user_recordings
%>
<%=
t
(
"recording.no_user_recordings"
)
%>
<%=
t
(
"recording.no_user_recordings"
)
%>
<%
else
%>
<%
else
%>
<%=
t
(
"recording.no_recordings"
,
inject:
only_public
?
t
(
"recording.visibility.public"
).
downcase
+
" "
:
"
"
)
%>
<%=
only_public
?
t
(
"recording.no_
public_
recordings"
)
:
t
(
"recording.no_recordings
"
)
%>
<%
end
%>
<%
end
%>
</td>
</td>
</tr>
</tr>
...
...
This diff is collapsed.
Click to expand it.
config/locales/en.yml
+
4
−
2
View file @
0f12eaa8
...
@@ -498,9 +498,11 @@ en:
...
@@ -498,9 +498,11 @@ en:
all_recordings
:
All Recordings
all_recordings
:
All Recordings
email
:
Email Recording
email
:
Email Recording
error
:
There was an error retrieving %{count} recording(s)
error
:
There was an error retrieving %{count} recording(s)
no_recordings
:
This room has no %{inject}recordings.
no_public_recordings
:
This room has no public recordings.
no_recordings
:
This room has no recordings.
no_user_recordings
:
You currently have no recordings.
no_user_recordings
:
You currently have no recordings.
no_matched_recordings
:
No %{inject} recordings match your search.
no_matched_pub_recordings
:
No public recordings match your search.
no_matched_recordings
:
No recordings match your search.
recorded_on
:
Recorded on %{date}
recorded_on
:
Recorded on %{date}
table
:
table
:
name
:
Name
name
:
Name
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment