-
Notifications
You must be signed in to change notification settings - Fork 4
feat: add template popup on sponsor tab #804
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
5f7570b
2afde03
b3b9132
e86dd28
47d910d
76a430a
478d516
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |||||
| "user_not_authz": "Hold on. Your user is not authorized!.", | ||||||
| "user_not_set": "Hold on. Can not get any valid user.", | ||||||
| "session_expired": "Hold on. Your session expired!.", | ||||||
| "empty_list": "there not are any item that match your criteria.", | ||||||
| "empty_list": "there not are any {item} that match your criteria.", | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix grammar in the Line [6] currently reads unnaturally: ✍️ Proposed fix- "empty_list": "there not are any {item} that match your criteria.",
+ "empty_list": "There are no {item} that match your criteria.",📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| "server_error": "There was a problem with our server, please contact admin.", | ||||||
| "empty_list_schedule_events": "Please select a Day and a Location ...", | ||||||
| "not_allowed": "You are not allowed here, please login with another user to access this page.", | ||||||
|
|
@@ -75,6 +75,9 @@ | |||||
| "error": "Error!", | ||||||
| "unarchive": "Unarchive", | ||||||
| "archive": "Archive", | ||||||
| "sort_by": "Sort By", | ||||||
| "sort_asc_label": "A-Z", | ||||||
| "sort_desc_label": "Z-A", | ||||||
| "placeholders": { | ||||||
| "search_speakers": "Search Speakers by Name, Email, Speaker Id or Member Id", | ||||||
| "select_acceptance_criteria": "Select acceptance criteria", | ||||||
|
|
@@ -95,7 +98,8 @@ | |||||
| "date": "Wrong date format.", | ||||||
| "after": "'{field1}' must be after '{field2}'.", | ||||||
| "boolean": "Must be a boolean.", | ||||||
| "mib_aligned": "Must be a MiB aligned value" | ||||||
| "mib_aligned": "Must be a MiB aligned value", | ||||||
| "add_on_required": "Select at least one add-on" | ||||||
| }, | ||||||
| "landing": { | ||||||
| "os_summit_admin": "Show Admin", | ||||||
|
|
@@ -2476,7 +2480,12 @@ | |||||
| "upload_mod": "Upload Mod", | ||||||
| "download_mod": "Download Mod", | ||||||
| "archive": "Archive", | ||||||
| "unarchive": "Unarchive" | ||||||
| "unarchive": "Unarchive", | ||||||
| "items_selected": "items selected", | ||||||
| "no_add_ons": "No Add-ons Available", | ||||||
| "no_pages": "There is no pages that match the criteria", | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix grammar in sponsor pages empty-state copy. Line [2486] should use plural agreement ( ✍️ Proposed fix- "no_pages": "There is no pages that match the criteria",
+ "no_pages": "There are no pages that match the criteria",📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| "add_page_using_template": "Add Page Template", | ||||||
| "add_selected_page_template": "Add Selected Page Template" | ||||||
| }, | ||||||
| "cart_tab": { | ||||||
| "new_form": "New Form", | ||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.