Skip to content

Commit 4de2bd6

Browse files
committed
fix: plural
1 parent 78592af commit 4de2bd6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/adp-tooling/src/translations/adp-tooling.i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"missingIconOrTitleOrSubtitle": "At least one of the Title, Subtitle, or Icon fields must have a value.",
7171
"fileDoesNotExist": "This file does not exist.",
7272
"annotationFileAlreadyExists": "There is already an annotation file with the same name. Please choose another file or rename the file and select it again.",
73-
"errorDuplicatedValueOData": "Data Source and SAPUI5 model with the same name was already added to the project. Rename and try again.",
73+
"errorDuplicatedValueOData": "Data Source and SAPUI5 model with the same name were already added to the project. Rename and try again.",
7474
"errorDuplicatedValueSapui5Model": "An SAPUI5 model with the same name was already added to the project. Rename and try again.",
7575
"errorDuplicateValueComponentId": "A component usage with the same name was already added to the project. Rename and try again.",
7676
"errorDuplicateValueLibrary": "A library with the same name was already added to the project. Rename and try again.",

packages/adp-tooling/test/unit/prompts/add-new-model/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ describe('getPrompts', () => {
156156

157157
expect(typeof validation).toBe('function');
158158
expect(validation?.('customer.testName')).toBe(
159-
'Data Source and SAPUI5 model with the same name was already added to the project. Rename and try again.'
159+
'Data Source and SAPUI5 model with the same name were already added to the project. Rename and try again.'
160160
);
161161
});
162162

0 commit comments

Comments
 (0)