Skip to content

Commit

Permalink
Fixed issue #17190: Update Theme Permission Language
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieljenik committed Mar 22, 2021
1 parent 08c25cc commit 0ab5e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/user/setusertemplates.php
@@ -1,7 +1,7 @@
<div class="pagetitle h3"><?php printf(gT('Edit theme permissions for user %s'),"<em>".\CHtml::encode($oUser->users_name)."</em>");?></div>
<div class="row">
<div class="col-lg-12">
<p><?php eT("If the user doesn't have view/read global permission, please select the themes he would be able to assign to surveys."); ?></p>
<p><?php eT("If the user doesn't have view/read global permission over themes, please select the themes he would be able to assign to surveys."); ?></p>
</div>
</div>
<div class="row" style="margin-bottom: 100px">
Expand Down

1 comment on commit 0ab5e28

@Shnoulle
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remind : i'm not the best in english ;) (far far far … of the best)

Please sign in to comment.