diff options
author | nodiscc <nodiscc@gmail.com> | 2018-02-09 18:21:53 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2018-04-14 14:15:00 +0200 |
commit | 5991f7a993c122f6145b93680812065ed07d827a (patch) | |
tree | d91b50e4cc31148baa1d010d10a27f05454baa20 /tpl/default/editlink.html | |
parent | 80786e150d03409435bcd63601c4d95e27cac225 (diff) | |
download | Shaarli-5991f7a993c122f6145b93680812065ed07d827a.tar.gz Shaarli-5991f7a993c122f6145b93680812065ed07d827a.tar.zst Shaarli-5991f7a993c122f6145b93680812065ed07d827a.zip |
default/editlink.tpl: title: Shaare -> New Shaare
Diffstat (limited to 'tpl/default/editlink.html')
-rw-r--r-- | tpl/default/editlink.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tpl/default/editlink.html b/tpl/default/editlink.html index d03fd72f..f8e968f1 100644 --- a/tpl/default/editlink.html +++ b/tpl/default/editlink.html | |||
@@ -9,8 +9,7 @@ | |||
9 | <div class="pure-u-lg-1-5 pure-u-1-24"></div> | 9 | <div class="pure-u-lg-1-5 pure-u-1-24"></div> |
10 | <form method="post" name="linkform" class="page-form pure-u-lg-3-5 pure-u-22-24 page-form page-form-light"> | 10 | <form method="post" name="linkform" class="page-form pure-u-lg-3-5 pure-u-22-24 page-form page-form-light"> |
11 | <h2 class="window-title"> | 11 | <h2 class="window-title"> |
12 | {if="!$link_is_new"}{'Edit'|t}{/if} | 12 | {if="!$link_is_new"}{'Edit Shaare'|t}{else}{'New Shaare'|t}{/if} |
13 | {'Shaare'|t} | ||
14 | </h2> | 13 | </h2> |
15 | <input type="hidden" name="lf_linkdate" value="{$link.linkdate}"> | 14 | <input type="hidden" name="lf_linkdate" value="{$link.linkdate}"> |
16 | {if="isset($link.id)"} | 15 | {if="isset($link.id)"} |