Skip to content

Commit d1c047d

Browse files
Changes
1 parent e86a090 commit d1c047d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cap-notebook/demoapp/app/common.cds

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ annotate my.Books.attachments with @UI: {
121121
{
122122
note @(title: '{i18n>Note}');
123123
fileName @(title: '{i18n>Filename}');
124-
uploadStatus @(title: '{i18n>uploadStatus}', Common.Text : uploadStatusNav.name, Common.TextArrangement : #TextOnly);
124+
uploadStatus @(title: '{i18n>UploadStatus}', Common.Text : uploadStatusNav.name, Common.TextArrangement : #TextOnly);
125125
type @(title: '{i18n>type}');
126126
modifiedAt @(odata.etag: null);
127127
content
@@ -205,7 +205,7 @@ annotate my.Books.references with @UI: {
205205
fileName @(title: '{i18n>Filename}');
206206
type @(title: '{i18n>type}');
207207
modifiedAt @(odata.etag: null);
208-
uploadStatus @(title: '{i18n>uploadStatus}', Common.Text : uploadStatusNav.name, Common.TextArrangement : #TextOnly);
208+
uploadStatus @(title: '{i18n>UploadStatus}', Common.Text : uploadStatusNav.name, Common.TextArrangement : #TextOnly);
209209
content
210210
@Core.ContentDisposition: { Filename: fileName }
211211
@(title: '{i18n>Attachment}');

cap-notebook/demoapp/db/data/sap.attachments-UploadScanStates.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ uploading;Uploading;5
33
Success;Success;3
44
Failed;Scan failed;2
55
VirusDetected;Virus Detected;1
6-
VirusScanInprogress;Virus Scan In Progress(Refresh the page);5
6+
VirusScanInprogress;Virus Scan In Progress(refresh page);5

0 commit comments

Comments
 (0)