Skip to content

Commit 5a26b52

Browse files
mjabascal10Copilot
andauthored
Update backend/src/main/java/com/park/utmstack/domain/application_modules/factory/impl/ModuleO365.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3ab94f5 commit 5a26b52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • backend/src/main/java/com/park/utmstack/domain/application_modules/factory/impl

backend/src/main/java/com/park/utmstack/domain/application_modules/factory/impl/ModuleO365.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public List<ModuleConfigurationKey> getConfigurationKeys(Long groupId) throws Ex
8282
.withConfRequired(false)
8383
.withConfValue("Commercial")
8484
.withConfOptions("[" +
85-
"{ \"value\": \"Commercial\", \"label\": \"Commercial - Azure comercial global (Default)\" }," +
85+
"{ \"value\": \"Commercial\", \"label\": \"Commercial - Azure commercial global (Default)\" }," +
8686
"{ \"value\": \"GCC\", \"label\": \"GCC - US Government Community Cloud\" }," +
8787
"{ \"value\": \"GCCHigh\", \"label\": \"GCC High - US Government Community Cloud High (DoD IL4)\" }," +
8888
"{ \"value\": \"DoD\", \"label\": \"DoD - US Department of Defense (DoD IL5)\" }" +

0 commit comments

Comments
 (0)