Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.

Commit c7e1f42

Browse files
committed
Merge pull request #78 from hristozov/fix-plugin-index-wording
Fixed message wording on the plugins page in the default theme.
2 parents 3a45c7a + 2ed016b commit c7e1f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/default/views/plugins/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php if(empty($plugins)): ?>
2-
<p>There is no plugins, [<a href="http://rockmongo.com/plugins" target="_blank">Go and download plugins here</a>] &nbsp; [<a href="http://rockmongo.com/wiki/pluginUsage?lang=en_us" target="_blank">How to install plugins?</a>] &nbsp; [<a href="http://rockmongo.com/wiki/pluginDevelop?lang=en_us" target="_blank">Develop New plugins</a>]</p>
2+
<p>There are no plugins installed, [<a href="http://rockmongo.com/plugins" target="_blank">Go and download plugins here</a>] &nbsp; [<a href="http://rockmongo.com/wiki/pluginUsage?lang=en_us" target="_blank">How to install plugins?</a>] &nbsp; [<a href="http://rockmongo.com/wiki/pluginDevelop?lang=en_us" target="_blank">Develop New plugins</a>]</p>
33
<?php else: ?>
44
<div style="margin-top:20px"></div>
55
<p>[<a href="http://rockmongo.com/plugins" target="_blank">Go and download more plugins here</a>] &nbsp; [<a href="http://rockmongo.com/wiki/pluginUsage?lang=en_us" target="_blank">How to install plugins?</a>] &nbsp; [<a href="http://rockmongo.com/wiki/pluginDevelop?lang=en_us" target="_blank">Develop New plugins</a>]</p>

0 commit comments

Comments
 (0)