Fix locale.constant for oauth.edge.enabled

This commit is contained in:
Andrii Landiak 2024-02-21 15:11:18 +02:00
parent e6ffb22d6f
commit f92f86e4eb
2 changed files with 2 additions and 2 deletions

View File

@ -25,5 +25,5 @@ public interface EdgeEventFetcher {
PageLink getPageLink(int pageSize);
PageData<EdgeEvent> fetchEdgeEvents(TenantId tenantId, Edge edge, PageLink pageLink);
PageData<EdgeEvent> fetchEdgeEvents(TenantId tenantId, Edge edge, PageLink pageLink) throws Exception;
}

View File

@ -283,7 +283,7 @@
"domain-schema-https": "HTTPS",
"domain-schema-mixed": "HTTP+HTTPS",
"enable": "Enable OAuth2 settings",
"edge-enable": "Propagate OAuth2 setting to Edge",
"edge-enable": "Propagate OAuth2 settings to Edge",
"domains": "Domains",
"mobile-apps": "Mobile applications",
"no-mobile-apps": "No applications configured",