To Rename New Discussion Sharepoint add Script editor :
<script type="text/javascript" src="/SiteAssets/Scripts/jquery-1.9.1.js"></script>
<script language="javascript" type="text/javascript">
jQuery(document).ready(function() {
jQuery("a:contains('new discussion')").html("text what you want");
});
</script>
Also you can rename New Picture, new document and ...
<script type="text/javascript" src="/SiteAssets/Scripts/jquery-1.9.1.js"></script>
<script language="javascript" type="text/javascript">
jQuery(document).ready(function() {
jQuery("a:contains('new discussion')").html("text what you want");
});
</script>
Also you can rename New Picture, new document and ...
No comments:
Post a Comment