mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-14 11:18:55 -05:00
5 lines
254 B
Plaintext
5 lines
254 B
Plaintext
{% extends "account/email/base_notification.txt" %}
|
|
{% load i18n %}
|
|
|
|
{% block notification_message %}{% blocktrans %}A third-party account from {{ provider }} has been disconnected from your account.{% endblocktrans %}{% endblock notification_message %}
|