diff options
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/configure.html | 2 | ||||
-rw-r--r-- | tpl/install.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tpl/configure.html b/tpl/configure.html index a015770e..b4197bf9 100644 --- a/tpl/configure.html +++ b/tpl/configure.html | |||
@@ -81,7 +81,7 @@ | |||
81 | </td> | 81 | </td> |
82 | </tr> | 82 | </tr> |
83 | <tr> | 83 | <tr> |
84 | <td valign="top"><b>Enable API</b></td> | 84 | <td valign="top"><b>Enable REST API</b></td> |
85 | <td> | 85 | <td> |
86 | <input type="checkbox" name="apiEnabled" id="apiEnabled" | 86 | <input type="checkbox" name="apiEnabled" id="apiEnabled" |
87 | {if="$api_enabled"}checked{/if}/> | 87 | {if="$api_enabled"}checked{/if}/> |
diff --git a/tpl/install.html b/tpl/install.html index eda4c54d..42874dcd 100644 --- a/tpl/install.html +++ b/tpl/install.html | |||
@@ -21,7 +21,7 @@ | |||
21 | <td> | 21 | <td> |
22 | <input type="checkbox" name="enableApi" id="enableApi" checked="checked"> | 22 | <input type="checkbox" name="enableApi" id="enableApi" checked="checked"> |
23 | <label for="enableApi"> | 23 | <label for="enableApi"> |
24 | Enable Shaarli's API. | 24 | Enable Shaarli's REST API. |
25 | Allow third party software to use Shaarli such as mobile application. | 25 | Allow third party software to use Shaarli such as mobile application. |
26 | </label> | 26 | </label> |
27 | </td> | 27 | </td> |