Skip to content

Commit

Permalink
Upgraded default to version v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kcaran committed Mar 20, 2023
1 parent cd58fc3 commit a27e6b8
Show file tree
Hide file tree
Showing 14 changed files with 59 additions and 45 deletions.
8 changes: 4 additions & 4 deletions configure.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2 class="window-title">{'Configure'|t}</h2>
<div class="pure-u-lg-{$ratioLabel} pure-u-1">
<div class="form-label">
<label for="titleLink">
<span class="label-name">{'Theme'|t}</span>
<span class="label-name">{'Themes'|t}</span>
</label>
</div>
</div>
Expand Down Expand Up @@ -95,7 +95,7 @@ <h2 class="window-title">{'Configure'|t}</h2>
<div class="pure-u-lg-{$ratioLabel} pure-u-1">
<div class="form-label">
<label for="language">
<span class="label-name">{'Language'|t}</span>
<span class="label-name">{'Languages'|t}</span>
</label>
</div>
</div>
Expand Down Expand Up @@ -222,7 +222,7 @@ <h2 class="window-title">{'Configure'|t}</h2>
<div class="pure-u-lg-{$ratioLabel} pure-u-{$ratioLabelMobile}">
<div class="form-label">
<label for="updateCheck">
<span class="label-name">{'Check updates'|t}</span><br>
<span class="label-name">{'Check for updates'|t}</span><br>
<span class="label-desc">{'Notify me when a new release is ready'|t}</span>
</label>
</div>
Expand Down Expand Up @@ -270,7 +270,7 @@ <h2 class="window-title">{'Configure'|t}</h2>
<div class="pure-u-lg-{$ratioLabel} pure-u-1">
<div class="form-label">
<label for="apiSecret">
<span class="label-name">{'API secret'|t}</span><br>
<span class="label-name">{'REST API secret'|t}</span><br>
</label>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions export.bookmarks.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion feed.atom.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="self" href="{$self_link}#" />
<link rel="search" type="application/opensearchdescription+xml" href="{$index_url}open-search#"
title="Shaarli search - {$shaarlititle}" />
{loop="$plugins_feed_header"}
{loop="$feed_plugins_header"}
{$value}
{/loop}
<author>
Expand Down
2 changes: 1 addition & 1 deletion feed.rss.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<atom:link rel="self" href="{$self_link}" />
<atom:link rel="search" type="application/opensearchdescription+xml" href="{$index_url}open-search#"
title="Shaarli search - {$shaarlititle}" />
{loop="$plugins_feed_header"}
{loop="$feed_plugins_header"}
{$value}
{/loop}
{loop="$links"}
Expand Down
6 changes: 3 additions & 3 deletions install.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2 class="window-title">{'Install Shaarli'|t}</h2>
</div>
<div class="pure-u-lg-{$ratioInput} pure-u-1">
<div class="form-input">
<input type="text" name="setlogin" id="username">
<input type="text" name="setlogin" id="username" autocapitalize="off">
</div>
</div>
</div>
Expand Down Expand Up @@ -69,7 +69,7 @@ <h2 class="window-title">{'Install Shaarli'|t}</h2>
<div class="pure-u-lg-{$ratioLabel} pure-u-1">
<div class="form-label">
<label for="language">
<span class="label-name">{'Language'|t}</span>
<span class="label-name">{'Languages'|t}</span>
</label>
</div>
</div>
Expand Down Expand Up @@ -127,7 +127,7 @@ <h2 class="window-title">{'Install Shaarli'|t}</h2>
<div class="pure-u-lg-{$ratioLabel} pure-u-7-8">
<div class="form-label">
<label for="update">
<span class="label-name">{'Check updates'|t}</span><br>
<span class="label-name">{'Check for updates'|t}</span><br>
<span class="label-desc">
{'Notify me when a new release is ready'|t}
</span>
Expand Down
2 changes: 1 addition & 1 deletion js/markdown.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/pluginsadmin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions js/shaarli.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit a27e6b8

Please sign in to comment.