Skip to content

Commit

Permalink
final Linting fixes - removing added lines
Browse files Browse the repository at this point in the history
  • Loading branch information
arjuanwall committed Feb 27, 2025
1 parent 4d3234b commit 24b5651
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion nodebb-theme-harmony/scss/topic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ body.template-topic {
.breadcrumb .breadcrumb-item:last-child {
display: none;
}

.topic {
.posts-container {
max-width: 960px;
width: 960px;
}

.posts {
// fixes code blocks pushing content out on mobile
@include media-breakpoint-down(md) {
Expand Down
10 changes: 4 additions & 6 deletions public/language/en-US/admin/manage/privileges.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{
"manage-privileges": "Manage Privileges",
"discard-changes": "Discard changes",
Expand All @@ -7,7 +6,7 @@
"group-privileges": "Group Privileges",
"user-privileges": "User Privileges",
"edit-privileges": "Edit Privileges",
"select-clear-all": "Select/Clear All",
"select-clear-all": "Select/Clear All",
"chat": "Chat",
"chat-with-privileged": "Chat with Privileged",
"upload-images": "Upload Images",
Expand Down Expand Up @@ -50,7 +49,6 @@
"admin-groups": "Groups",
"admin-tags": "Tags",
"admin-settings": "Settings",

"alert.confirm-moderate": "<strong>Are you sure you wish to grant the moderation privilege to this user group?</strong> This group is public, and any users can join at will.",
"alert.confirm-admins-mods": "<strong>Are you sure you wish to grant the &quot;Admins &amp; Mods&quot; privilege to this user/group?</strong> Users with this privilege are able to promote and demote other users into privileged positions, <em>including super administrator</em>",
"alert.confirm-save": "Please confirm your intention to save these privileges",
Expand All @@ -62,7 +60,7 @@
"alert.confirm-copyToChildrenGroup": "Are you sure you wish to apply this group's set of <strong>%1</strong> to <strong>all descendant (child) categories</strong>?",
"alert.no-undo": "<em>This action cannot be undone.</em>",
"alert.admin-warning": "Administrators implicitly get all privileges",
"alert.copyPrivilegesFrom-title": "Select a category to copy from",
"alert.copyPrivilegesFrom-warning": "This will copy <strong>%1</strong> from the selected category.",
"alert.copyPrivilegesFromGroup-warning": "This will copy this group's set of <strong>%1</strong> from the selected category."
"alert.copyPrivilegesFrom-title": "Select a category to copy from",
"alert.copyPrivilegesFrom-warning": "This will copy <strong>%1</strong> from the selected category.",
"alert.copyPrivilegesFromGroup-warning": "This will copy this group's set of <strong>%1</strong> from the selected category."
}

0 comments on commit 24b5651

Please sign in to comment.