aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/configure.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/vintage/configure.html')
-rw-r--r--tpl/vintage/configure.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/vintage/configure.html b/tpl/vintage/configure.html
index 61907ddf..7adc7545 100644
--- a/tpl/vintage/configure.html
+++ b/tpl/vintage/configure.html
@@ -117,9 +117,9 @@
117 <tr> 117 <tr>
118 <td valign="top"><b>Enable REST API</b></td> 118 <td valign="top"><b>Enable REST API</b></td>
119 <td> 119 <td>
120 <input type="checkbox" name="apiEnabled" id="apiEnabled" 120 <input type="checkbox" name="enableApi" id="enableApi"
121 {if="$api_enabled"}checked{/if}/> 121 {if="$api_enabled"}checked{/if}/>
122 <label for="apiEnabled">&nbsp;Allow third party software to use Shaarli such as mobile application.</label> 122 <label for="enableApi">&nbsp;Allow third party software to use Shaarli such as mobile application.</label>
123 </td> 123 </td>
124 </tr> 124 </tr>
125 <tr> 125 <tr>