Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gin
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
gin
Commits
15a44016
Commit
15a44016
authored
3 months ago
by
Shivam-Innoraft
Browse files
Options
Downloads
Patches
Plain Diff
Updated GinSettings.php file.
parent
8a58c3f3
No related branches found
No related tags found
1 merge request
!591
Gin Settings Using static text that does not support translation.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/GinSettings.php
+3
-3
3 additions, 3 deletions
src/GinSettings.php
with
3 additions
and
3 deletions
src/GinSettings.php
+
3
−
3
View file @
15a44016
...
...
@@ -211,9 +211,9 @@ class GinSettings implements ContainerInjectionInterface {
* The theme setting form elements.
*/
public
function
getSettingsForm
(
?AccountInterface
$account
=
NULL
):
array
{
$experimental_label
=
'<span class="gin-experimental-flag">'
.
$this
->
t
(
'Experimental'
)
.
'</span>'
;
$beta_label
=
'<span class="gin-beta-flag">'
.
$this
->
t
(
'Beta'
)
.
'</span>'
;
$new_label
=
'<span class="gin-new-flag">'
.
$this
->
t
(
'New'
)
.
'</span>'
;
$experimental_label
=
'
<span class="gin-experimental-flag">'
.
$this
->
t
(
'Experimental'
)
.
'</span>'
;
$beta_label
=
'
<span class="gin-beta-flag">'
.
$this
->
t
(
'Beta'
)
.
'</span>'
;
$new_label
=
'
<span class="gin-new-flag">'
.
$this
->
t
(
'New'
)
.
'</span>'
;
$form
[
'enable_darkmode'
]
=
[
'#type'
=>
'radios'
,
...
...
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