From 4ab09ef812d1d0d05ceaefb445d0ebc699f814b6 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Sun, 15 Nov 2020 12:32:34 +0100 Subject: [PATCH] move leftover mail templates --- .../locale/{ => translations}/templates/pa.email.auth.confirm.tpl | 0 .../{ => translations}/templates/pa.email.auth.invitation.tpl | 0 .../{ => translations}/templates/pa.email.auth.recovery.tpl | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename app/config/locale/{ => translations}/templates/pa.email.auth.confirm.tpl (100%) rename app/config/locale/{ => translations}/templates/pa.email.auth.invitation.tpl (100%) rename app/config/locale/{ => translations}/templates/pa.email.auth.recovery.tpl (100%) diff --git a/app/config/locale/templates/pa.email.auth.confirm.tpl b/app/config/locale/translations/templates/pa.email.auth.confirm.tpl similarity index 100% rename from app/config/locale/templates/pa.email.auth.confirm.tpl rename to app/config/locale/translations/templates/pa.email.auth.confirm.tpl diff --git a/app/config/locale/templates/pa.email.auth.invitation.tpl b/app/config/locale/translations/templates/pa.email.auth.invitation.tpl similarity index 100% rename from app/config/locale/templates/pa.email.auth.invitation.tpl rename to app/config/locale/translations/templates/pa.email.auth.invitation.tpl diff --git a/app/config/locale/templates/pa.email.auth.recovery.tpl b/app/config/locale/translations/templates/pa.email.auth.recovery.tpl similarity index 100% rename from app/config/locale/templates/pa.email.auth.recovery.tpl rename to app/config/locale/translations/templates/pa.email.auth.recovery.tpl