Commit a0c0a254 authored by Franco Fichtner's avatar Franco Fichtner

system: small translation tweaks

parent 3442cf09
...@@ -784,7 +784,7 @@ $( document ).ready(function() { ...@@ -784,7 +784,7 @@ $( document ).ready(function() {
<tr> <tr>
<td colspan="2"> <td colspan="2">
<button type="button" class="btn btn-default btn-xs" id="newApiKey" <button type="button" class="btn btn-default btn-xs" id="newApiKey"
title="<?=gettext("create API key");?>" data-toggle="tooltip"> title="<?=gettext('Create API key');?>" data-toggle="tooltip">
<span class="glyphicon glyphicon-plus"></span> <span class="glyphicon glyphicon-plus"></span>
</button> </button>
</td> </td>
...@@ -793,7 +793,7 @@ $( document ).ready(function() { ...@@ -793,7 +793,7 @@ $( document ).ready(function() {
</table> </table>
<div class="hidden" for="help_for_apikeys"> <div class="hidden" for="help_for_apikeys">
<hr/> <hr/>
<?=gettext('manage API keys here for machine to machine interaction using this users credentials');?> <?=gettext('Manage API keys here for machine to machine interaction using this user\'s credentials.');?>
</div> </div>
</td> </td>
</tr> </tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment