diff options
author | Abinoam P. Marques Jr <abinoam@gmail.com> | 2012-02-20 12:37:01 -0300 |
---|---|---|
committer | Abinoam P. Marques Jr <abinoam@gmail.com> | 2012-02-20 19:47:56 -0300 |
commit | 914169472e063de7d5b3cd5a35f9ce750512c943 (patch) | |
tree | 830ae57ff2757aa5a7060070645df0a22ef23998 /view | |
parent | 7404d76126ed7b3f3e7fbe023ff316863c01e79e (diff) | |
download | volse-hubzilla-914169472e063de7d5b3cd5a35f9ce750512c943.tar.gz volse-hubzilla-914169472e063de7d5b3cd5a35f9ce750512c943.tar.bz2 volse-hubzilla-914169472e063de7d5b3cd5a35f9ce750512c943.zip |
view/admin_remoteupdate.tpl - Friendika -> Friendica
Diffstat (limited to 'view')
-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 }} |