Improve some texts on account registration and email notification

settings

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-10-06 15:36:19 +02:00
parent 55f6f3e747
commit 27a75cd0df
6 changed files with 41 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ defmodule Mobilizon.Users.Setting do
field(:notification_before_event, :boolean)
field(:notification_pending_participation, NotificationPendingNotificationDelay,
default: :none
default: :one_day
)
belongs_to(:user, User, primary_key: true, type: :id, foreign_key: :id, define_field: false)