Skip to content

Commit 606244d

Browse files
text
1 parent d193a35 commit 606244d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/views/modals/share.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1 class="title ellipsis" ng-style="{'color':color}" translate>
2020
<a class="button black round expand" ng-style="{'background-color':index.backgroundColor}" href="mailto:{{address}}?body={{text | encodeURIComponent}}&subject={{subject | encodeURIComponent}}" ng-if="!isCordova">{{buttonLabel}}</a>
2121
</div>
2222
<div>
23-
<p><span ng-if="address" translate>Or </span><span translate>copy the text below and send it to the recipient via any messaging app or print it on paper</span>:</p>
23+
<p><span ng-if="address" translate>Or </span> <span translate>copy the text below and send it to the recipient via any messaging app, or print it on paper</span>:</p>
2424
<textarea readonly rows=4 onclick="this.focus();this.select()">{{text}}</textarea>
2525
</div>
2626
</div>

0 commit comments

Comments
 (0)