summaryrefslogtreecommitdiff
path: root/classes/handler/public.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-08 10:11:57 +0300
committerAndrew Dolgov <[email protected]>2019-03-08 10:11:57 +0300
commit19f162dbe304d3e0f26e2c37fa29522924b7cede (patch)
tree42cc2d70ed6a69d0d9553a2e3315ab8b0194089a /classes/handler/public.php
parentcf6f867febacceafb7c4cbc8ad991c2d0e802ade (diff)
css: insensitive -> text-muted
Diffstat (limited to 'classes/handler/public.php')
-rwxr-xr-xclasses/handler/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index a8f72e21c..9c6a94c12 100755
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -613,7 +613,7 @@ class Handler_Public extends Handler {
<fieldset>
<button dojoType='dijit.form.Button' class="alt-primary" type="submit"><?php echo __('Share') ?></button>
<button dojoType='dijit.form.Button' onclick="return window.close()"><?php echo __('Cancel') ?></button>
- <span class="insensitive small"><?php echo __("Shared article will appear in the Published feed.") ?></span>
+ <span class="text-muted small"><?php echo __("Shared article will appear in the Published feed.") ?></span>
</fieldset>
</form>