aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorstanislavh <stanislav.honcharov@sonarsource.com>2023-09-18 14:09:19 +0200
committersonartech <sonartech@sonarsource.com>2023-09-19 20:02:46 +0000
commitf86d0014455522e1c0e98eadec4a8e6fbc400297 (patch)
tree367d01650e4ed8256cd543f092a6ad8b9f8d897e /sonar-core/src
parentc13c409e59105e0187da35c14e7ba1d2e76a39a7 (diff)
downloadsonarqube-f86d0014455522e1c0e98eadec4a8e6fbc400297.tar.gz
sonarqube-f86d0014455522e1c0e98eadec4a8e6fbc400297.zip
SONAR-20297 Adjust styles for CCT tour component
Diffstat (limited to 'sonar-core/src')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
index a92d413d8ce..a7e098f1943 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -5018,7 +5018,7 @@ component_report.unsubscribe_success=Subscription successfully canceled. You won
#
#------------------------------------------------------------------------------
guiding.issue_list.1.title=Introducing Clean Code Attributes
-guiding.issue_list.1.content.1=Clean Code attributes are the characteristic that your code must have to be considered Clean Code.
+guiding.issue_list.1.content.1=Clean Code attributes are the characteristics that your code must have to be considered Clean Code.
guiding.issue_list.1.content.2=You can now filter by these attributes to evaluate why your code is breaking away from being clean.
guiding.issue_list.2.title=Introducing Software Qualities
guiding.issue_list.2.content.1=A software quality is a characteristic of software that contributes to its lasting value.
e-psalm-baseline Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/core/src/OC/theme.js
blob: 1af0f72147549bd479a403d168ce781b3e8a66c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/**
 * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
 *
 * @author Christoph Wurst <christoph@winzerhof-wurst.at>
 *
 * @license GNU AGPL version 3 or any later version
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 *
 */

export const theme = window._theme || {}