Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ SpaceSettings.application.notes.application.description=Notes Application
UINotification.label.mentionInNote=Mentions in note
UINotification.label.note=Notes Notifications
note.notification.mention.in.note.description=You have been mentioned in a note:
note.mailNotification.mention.in.note.description=You have been mentioned in a note: {0}
Notification.label.types.notes=Notes
UINotification.title.MentionInNoteNotificationPlugin=Someone mentions me in a note
notes.notification.label.footer=If you do not want to receive such notifications, <a target="_blank" class="notification_settings_url" href="{0}">click here</a> to change your notification settings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $title
<td align="left" bgcolor="#ffffff" width="90%" align="top" style="width: 90%; background-color: #ffffff; padding: 0 0; vertical-align: top;">
<p style="margin: 0 0 10px; color: #333333; font-size: 13px; line-height: 18px;">
<%
def notificationDescription = _ctx.appRes("note.notification.mention.in.note.description");
def notificationDescription = _ctx.appRes("note.mailNotification.mention.in.note.description",NOTE_TITLE);
%>
</p>
<table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#f9f9f9" align="center" style="margin:0 0 10px; width: 100%; background-color: #f9f9f9; font-size: 13px; color:#333333;line-height: 18px;">
Expand Down