mirror of
https://github.com/discourse/discourse-gated-topics-in-category.git
synced 2025-03-09 14:34:00 +00:00
* Use theme translations and fix login-link id Switches over to using theme translations instead of theme settings to manage the text content. This just adds a little extra flexibility for admins if they want to translate the text to other languages. It also replaces the `login-link` id with `cta-login-link` since the `login-link` id is already used in core. The relevant CSS is added along with it. * Run prettier
8 lines
271 B
YAML
8 lines
271 B
YAML
en:
|
|
theme_metadata:
|
|
description: "Categories with logged-in access only"
|
|
heading_text: "This area is for members only"
|
|
subheading_text: "Create an account to view this content"
|
|
signup_cta_label: "Sign Up"
|
|
login_cta_label: "Already have an account? Sign in"
|