File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,7 @@ export default class ServiceModal extends SettingsModal {
5959 apiKeyField ( ) {
6060 return (
6161 < >
62- < label for = { `${ this . key } _apiKey` } >
63- { app . translator . trans ( 'ordinaryjellyfish-sentra.admin.api_key' ) }
64- </ label >
62+ < label for = { `${ this . key } _apiKey` } > { app . translator . trans ( 'ordinaryjellyfish-sentra.admin.api_key' ) } </ label >
6563 < input
6664 type = "text"
6765 className = "FormControl"
@@ -76,9 +74,7 @@ export default class ServiceModal extends SettingsModal {
7674 endpointField ( ) {
7775 return (
7876 < >
79- < label for = { `${ this . key } _endpoint` } >
80- { app . translator . trans ( 'ordinaryjellyfish-sentra.admin.endpoint' ) }
81- </ label >
77+ < label for = { `${ this . key } _endpoint` } > { app . translator . trans ( 'ordinaryjellyfish-sentra.admin.endpoint' ) } </ label >
8278 < input
8379 type = "text"
8480 className = "FormControl"
You can’t perform that action at this time.
0 commit comments