Skip to content

Commit da319e1

Browse files
authored
Merge pull request #626 from nextcloud/fix/admin-settings
left align admin settings and more detailed description
2 parents be74e07 + 4890396 commit da319e1

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

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)