Changing the name of "ownCloud" and the slogan

How I can change these, please help me.

  • Top line, nex to the logo “ownCloud”
  • Bottom slogon “ownCloud – A safe home for all your data”

You can write a theme app.

Here is an example theme app: https://github.com/owncloud/core/tree/master/apps/theme-example

Check defaults.php for the slogan and other texts.

thank you very much for your help. when I check defaults.php I couldnt find the text :frowning:
I think there is a ring and it gets the name from different parts, I dont know from where?

https://github.com/owncloud/core/blob/master/apps/theme-example/defaults.php#L83
https://github.com/owncloud/core/blob/master/apps/theme-example/defaults.php#L107

1 Like

Great, thank you very much Semih Bey.