Skip to content

Commit 1970780

Browse files
committed
Merge upstream
1 parent 392dba7 commit 1970780

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

public/Assets/locales/en.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,6 @@
765765
"plusPrivateServerTooltip": {
766766
"tooltipText": "Original Price: <b>{{originalPrice}} Robux</b><br>Currently shows as <b>Free</b> due to Roblox Plus."
767767
},
768-
<<<<<<< HEAD
769768
"animations": {
770769
"idle": "Idle",
771770
"walk": "Walk",
@@ -784,12 +783,11 @@
784783
"oldest": "Oldest"
785784
},
786785
"tooltip": "Sort by when the user joined the community"
787-
=======
786+
},
788787
"status": {
789788
"trusted": {
790789
"helpText": "You are a trusted RoValra user, you can add any text, embed videos, and images.",
791790
"warning": "<strong>Note:</strong> If you are found to add inappropriate content against the Roblox ToS, your donator and custom badges will be revoked with no chance to get it back."
792791
}
793-
>>>>>>> 2922bde (innerhtml: added verifiedInnerHtml)
794792
}
795793
}

src/content/features/profile/header/status.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,11 @@ import {
3333
syncDonatorTier,
3434
getCurrentUserTier,
3535
} from '../../../core/settings/handlesettings.js';
36-
<<<<<<< HEAD
3736
import {
3837
onUserCardElement,
3938
observeUserCardElements,
4039
} from '../../../core/profile/userCardElements.js';
41-
=======
4240
import { verifiedInnerHtml, verifiedInnerHtmlSync } from '../../../core/html/innerhtml.js';
43-
>>>>>>> 2922bde (innerhtml: added verifiedInnerHtml)
4441
const MAX_STATUS_LENGTH = 128;
4542
const REPORTING_ENABLED = false;
4643
let activeHomeStatusBubble = null;

0 commit comments

Comments
 (0)