diff options
author | friendica <info@friendica.com> | 2012-02-20 18:07:16 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-20 18:07:16 -0800 |
commit | 6edd6d8ae1e3a6b64fa11ae6a4cc79965084b0d7 (patch) | |
tree | 4e3561b4f5e457d4420a232e0a233b6688d7745a /view/admin_remoteupdate.tpl | |
parent | 11871195be019bb05c7c41dbb4a980fffce41697 (diff) | |
parent | 1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b (diff) | |
download | volse-hubzilla-6edd6d8ae1e3a6b64fa11ae6a4cc79965084b0d7.tar.gz volse-hubzilla-6edd6d8ae1e3a6b64fa11ae6a4cc79965084b0d7.tar.bz2 volse-hubzilla-6edd6d8ae1e3a6b64fa11ae6a4cc79965084b0d7.zip |
Merge branch 'pull'
Diffstat (limited to 'view/admin_remoteupdate.tpl')
-rwxr-xr-x | view/admin_remoteupdate.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/admin_remoteupdate.tpl b/view/admin_remoteupdate.tpl index 41ecfaf85..874c6e626 100755 --- a/view/admin_remoteupdate.tpl +++ b/view/admin_remoteupdate.tpl @@ -62,7 +62,7 @@ <div class="background"></div> <div class="panel"> <div class="panel_in"> - <h1>Friendika Update</h1> + <h1>Friendica Update</h1> <div class="panel_text"></div> <div class="panel_actions"> <input type="button" value="$close" class="panel_action_close"> @@ -81,7 +81,7 @@ {{ if $canwrite }} <div class="submit"><input type="submit" name="remoteupdate" value="$submit" /></div> {{ else }} - <h3>Your friendika installation is not writable by web server.</h3> + <h3>Your friendica installation is not writable by web server.</h3> {{ if $canftp }} <p>You can try to update via FTP</p> {{ inc field_input.tpl with $field=$ftphost }}{{ endinc }} |