Browse Source

fix: Correction in email template

removed unnecessary wording "Super" from email template

fix #287

Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
pull/301/head
Pranav C Balan 3 years ago
parent
commit
802114a08b
  1. 2
      packages/nocodb/src/lib/noco/rest/ui/emailTemplates/invite.ts

2
packages/nocodb/src/lib/noco/rest/ui/emailTemplates/invite.ts

@ -161,7 +161,7 @@ export default `<!doctype html>
</tbody> </tbody>
</table> </table>
<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; margin-bottom: 15px;"> <p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; margin-bottom: 15px;">
Thanks regards Super <%- adminEmail %>.</p> Thanks regards <%- adminEmail %>.</p>
</td> </td>
</tr> </tr>
</table> </table>

Loading…
Cancel
Save