Skip to content

Commit dca261f

Browse files
committed
Chore(WEB-114): Fix stylelint spacing in SCSS
Signed-off-by: Harsh Deep <deepkashyapharsh@gmail.com>
1 parent 5371262 commit dca261f

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

src/app/groups/groups.component.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
*/
88

99
@use '../shared/styles/list-layout' as *;
10-
1110
@use '../../assets/styles/colours' as *; // This imports the official Mifos colors
1211

1312
.empty-state-container {

src/assets/translations/en-US.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@
351351
"Home": "Home"
352352
},
353353
"buttons": {
354+
"Create Your First Group": "Create Your First Group",
354355
"Accept Transfer": "Accept Transfer",
355356
"Actions": "Actions",
356357
"Activate": "Activate",
@@ -3059,6 +3060,8 @@
30593060
"the Transaction Type": "the Transaction Type"
30603061
},
30613062
"text": {
3063+
"No Groups Found": "No Groups Found",
3064+
"No Groups Found Description": "We couldn't find any groups. Try a different search or create one now.",
30623065
"About Us": "About Us",
30633066
"A": "A",
30643067
"Account Transfers": "Account Transfers",

src/environments/.env.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
1-
/**
2-
* Copyright since 2025 Mifos Initiative
3-
*
4-
* This Source Code Form is subject to the terms of the Mozilla Public
5-
* License, v. 2.0. If a copy of the MPL was not distributed with this
6-
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
7-
*/
81
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
92
/* tslint:disable */
103
export default {
114
'mifos_x': {
125
'version': '260311',
13-
'hash': 'abf9bac6'
6+
'hash': '53712621'
147
},
158
'allow_switching_backend_instance': true
169
};

0 commit comments

Comments
 (0)