forked from External/greenlight
delete recordings with account
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
# Load terms and conditions.
|
||||
|
||||
terms = "#{Rails.root}/config/terms.txt"
|
||||
terms = "#{Rails.root}/config/terms.md"
|
||||
|
||||
Rails.configuration.terms = if File.exist?(terms)
|
||||
File.read(terms)
|
||||
|
@ -111,10 +111,10 @@ en:
|
||||
image: Image
|
||||
image_url: Profile Image URL
|
||||
subtitle: Update your Account Info
|
||||
title: Account
|
||||
title: Account Info
|
||||
delete:
|
||||
button: Yes, I would like to delete my account.
|
||||
disclaimer: If you choose to delete your account, it will <b>NOT</b> be recoverable. All information regarding your account, including settings, rooms, and recording references will be removed.
|
||||
disclaimer: If you choose to delete your account, it will <b>NOT</b> be recoverable. All information regarding your account, including settings, rooms, and recording will be removed.
|
||||
subtitle: Permanently Delete your Account
|
||||
title: Delete Account
|
||||
design:
|
||||
|
Reference in New Issue
Block a user