Fix locale.constant for oauth.edge.enabled
This commit is contained in:
parent
e6ffb22d6f
commit
f92f86e4eb
@ -25,5 +25,5 @@ public interface EdgeEventFetcher {
|
|||||||
|
|
||||||
PageLink getPageLink(int pageSize);
|
PageLink getPageLink(int pageSize);
|
||||||
|
|
||||||
PageData<EdgeEvent> fetchEdgeEvents(TenantId tenantId, Edge edge, PageLink pageLink);
|
PageData<EdgeEvent> fetchEdgeEvents(TenantId tenantId, Edge edge, PageLink pageLink) throws Exception;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -283,7 +283,7 @@
|
|||||||
"domain-schema-https": "HTTPS",
|
"domain-schema-https": "HTTPS",
|
||||||
"domain-schema-mixed": "HTTP+HTTPS",
|
"domain-schema-mixed": "HTTP+HTTPS",
|
||||||
"enable": "Enable OAuth2 settings",
|
"enable": "Enable OAuth2 settings",
|
||||||
"edge-enable": "Propagate OAuth2 setting to Edge",
|
"edge-enable": "Propagate OAuth2 settings to Edge",
|
||||||
"domains": "Domains",
|
"domains": "Domains",
|
||||||
"mobile-apps": "Mobile applications",
|
"mobile-apps": "Mobile applications",
|
||||||
"no-mobile-apps": "No applications configured",
|
"no-mobile-apps": "No applications configured",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user