Change title of "Save and back" to "Save"
The button does not take you bake to anything.
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
<p>
|
<p>
|
||||||
<a class="button save" href="javascript:void(0);" onclick="$('form[name=updateShares]').submit();"><?=_('Save and back');?></a>
|
<a class="button save" href="javascript:void(0);" onclick="$('form[name=updateShares]').submit();"><?=_('Save');?></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3><?=_('Share with someone');?></h3>
|
<h3><?=_('Share with someone');?></h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user