Skip to content

Commit 610c456

Browse files
1 parent f948446 commit 610c456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/webapp/controller/View1.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ sap.ui.define(["sap/ui/core/mvc/Controller", "sap/ui/core/mvc/XMLView", "sap/ui/
103103
BusyIndicator.hide();
104104
z2ui5.isBusy = false;
105105
MessageBox.error(e.toLocaleString(), {
106-
title: "Unexpected Error Occured - App Terminated",
106+
title: "Unexpected Error Occurred - App Terminated",
107107
actions: [],
108108
onClose: () => {
109109
new mBusyDialog({

0 commit comments

Comments
 (0)