Skip to content

Commit 4890396

Browse files
committed
left align admin settings and more detailed description
Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
1 parent be74e07 commit 4890396

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

js/app_api-adminSettings.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/app_api-adminSettings.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/AdminSettings.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppAPIIcon class="app-api-icon" />
1010
{{ t('app_api', 'AppAPI') }}
1111
</h2>
12-
<p>{{ t('app_api', 'The AppAPI Project is an exciting initiative that aims to revolutionize the way applications are developed for Nextcloud.') }}</p>
12+
<p>{{ t('app_api', 'The AppAPI Project is an exciting initiative that aims to revolutionize the way applications are developed for Nextcloud through the use of docker containers. Allowing for greater programming language choice and allowing computationally expensive tasks to be offloaded to a different server.') }}</p>
1313
</div>
1414
<NcSettingsSection
1515
:name="t('app_api', 'Deploy Daemons')"
@@ -132,7 +132,6 @@ export default {
132132
<style scoped lang="scss">
133133
#app_api_settings {
134134
h2 {
135-
display: flex;
136135
.app-api-icon {
137136
margin-right: 12px;
138137
}

0 commit comments

Comments
 (0)