Skip to content

Commit

Permalink
Rename to TT Reporter and other copy changes (#45)
Browse files Browse the repository at this point in the history
* Change studies availabled based on locaation copy

* Rename TikTok Reporter to TT Reporter

* Change report to share

* Fix TikTok Repoter to TT Reporter

* Change product name

* Update README.

* Update images to TT Reporter.
  • Loading branch information
mariusc23 authored Apr 2, 2024
1 parent 1e6cf71 commit 0d86832
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# TikTok Reporter
# TT Reporter

This is the Mozilla repository for the TikTok Reporter iOS application.
This is the Mozilla repository for the TT Reporter iOS application.


## Run Locally
Expand Down
12 changes: 6 additions & 6 deletions TikTok Reporter/TikTok Reporter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
689FF08C2AFD4F1E00C9FE51 /* AppStateManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppStateManager.swift; sourceTree = "<group>"; };
68A978F22B16610300A17156 /* ScreenRecordingService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScreenRecordingService.swift; sourceTree = "<group>"; };
68C885FF2B0F8F280022043E /* BroadcastPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BroadcastPicker.swift; sourceTree = "<group>"; };
68CBF9652AEB9F2F006D03FC /* TikTok Reporter.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "TikTok Reporter.app"; sourceTree = BUILT_PRODUCTS_DIR; };
68CBF9652AEB9F2F006D03FC /* TT Reporter.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "TT Reporter.app"; sourceTree = BUILT_PRODUCTS_DIR; };
68CBF9682AEB9F2F006D03FC /* TikTok_ReporterApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TikTok_ReporterApp.swift; sourceTree = "<group>"; };
68CBF96A2AEB9F2F006D03FC /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
68CBF96C2AEB9F31006D03FC /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
Expand Down Expand Up @@ -821,7 +821,7 @@
68CBF9662AEB9F2F006D03FC /* Products */ = {
isa = PBXGroup;
children = (
68CBF9652AEB9F2F006D03FC /* TikTok Reporter.app */,
68CBF9652AEB9F2F006D03FC /* TT Reporter.app */,
68CBF9752AEB9F31006D03FC /* TikTok ReporterTests.xctest */,
68CBF97F2AEB9F31006D03FC /* TikTok ReporterUITests.xctest */,
68FA994D2B0BA34400D65D43 /* TikTok ReporterShare.appex */,
Expand Down Expand Up @@ -1004,7 +1004,7 @@
684E2F2B2B1F2636006A05C8 /* Glean */,
);
productName = "TikTok Reporter";
productReference = 68CBF9652AEB9F2F006D03FC /* TikTok Reporter.app */;
productReference = 68CBF9652AEB9F2F006D03FC /* TT Reporter.app */;
productType = "com.apple.product-type.application";
};
68CBF9742AEB9F31006D03FC /* TikTok ReporterTests */ = {
Expand Down Expand Up @@ -1686,7 +1686,7 @@
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "org.mozilla.ios.TikTok-Reporter";
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_NAME = "TT Reporter";
PROVISIONING_PROFILE_SPECIFIER = "";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
Expand Down Expand Up @@ -1728,7 +1728,7 @@
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "org.mozilla.ios.TikTok-Reporter";
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_NAME = "TT Reporter";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "org.mozilla.ios.TikTok-Reporter";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -1814,7 +1814,7 @@
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 1;
TEST_TARGET_NAME = "TikTok Reporter";
TEST_TARGET_NAME = "TT Reporter";
};
name = Debug;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "68CBF9642AEB9F2F006D03FC"
BuildableName = "TikTok Reporter.app"
BuildableName = "TT Reporter.app"
BlueprintName = "TikTok Reporter"
ReferencedContainer = "container:TikTok Reporter.xcodeproj">
</BuildableReference>
Expand Down Expand Up @@ -68,7 +68,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "68CBF9642AEB9F2F006D03FC"
BuildableName = "TikTok Reporter.app"
BuildableName = "TT Reporter.app"
BlueprintName = "TikTok Reporter"
ReferencedContainer = "container:TikTok Reporter.xcodeproj">
</BuildableReference>
Expand All @@ -85,7 +85,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "68CBF9642AEB9F2F006D03FC"
BuildableName = "TikTok Reporter.app"
BuildableName = "TT Reporter.app"
BlueprintName = "TikTok Reporter"
ReferencedContainer = "container:TikTok Reporter.xcodeproj">
</BuildableReference>
Expand Down
2 changes: 1 addition & 1 deletion TikTok Reporter/TikTok Reporter/Models/FormTab.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ enum FormTab: Equatable {

switch self {
case .reportLink:
return "Report a link"
return "Share a link"
case .recordSession:
return "Record a session"
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "App header title (1).pdf",
"filename" : "TT-Reporter_Primary-Full-logo-scaled.png",
"idiom" : "universal"
}
],
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "TikTok-Reporter-Logo-06.pdf",
"filename" : "TT-Reporter_Secondary-Stacked-Logo-scaled.png",
"idiom" : "universal"
}
],
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ struct PolicyView: View {
.navigationBarBackButtonHidden(!viewModel.appState.hasCompletedOnboarding)
.customAlert(
title: "Review the terms & conditions",
description: "Please read these terms and conditions carefully before using TikTok Reporter.",
description: "Please read these terms and conditions carefully before using TT Reporter.",
isPresented: $viewModel.routingState.alert) {
MainButton(text: "Got it", type: .secondary) {
viewModel.routingState.alert = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ struct AboutView: View {
ScrollView {

VStack(alignment: .leading, spacing: .xl) {
Text("About TikTok Reporter")
Text("About TT Reporter")
.font(.heading3)
.foregroundStyle(.text)

Text("“TikTok Repoter” serves as a vital tool in an ongoing sociological study, seeking to understand the broader implications of content shared on TikTok. By reporting harmful videos, users contribute to a wealth of data that will be instrumental in identifying and addressing the social issues, influences, and trends within the platform.\n\n Join us in shaping the future of digital interaction by participating in this sociological study through “TikTok Repoter” Your reports make a difference in the quest to foster a safer, more informed, and socially conscious digital environment.\n\n Anonymous Reporting: SocialSafeguard ensures users can report troubling TikTok content discreetly, preserving their privacy.\n\n Categorization: Users can categorize the type of harm observed in videos, such as bullying, misinformation, hate speech, or other sociological factors.\n\n Commentary: The app allows users to provide context and insights, fostering a deeper understanding of the content’s impact.\n\n Data Collection: Reports are collated into a comprehensive database, allowing sociologists to analyze and identify trends and patterns.")
Text("TT Reporter serves as a vital tool in an ongoing sociological study, seeking to understand the broader implications of content shared on TikTok. By reporting harmful videos, users contribute to a wealth of data that will be instrumental in identifying and addressing the social issues, influences, and trends within the platform.\n\n Join us in shaping the future of digital interaction by participating in this sociological study through “TT Reporter” Your reports make a difference in the quest to foster a safer, more informed, and socially conscious digital environment.\n\n Anonymous Reporting: SocialSafeguard ensures users can report troubling TikTok content discreetly, preserving their privacy.\n\n Categorization: Users can categorize the type of harm observed in videos, such as bullying, misinformation, hate speech, or other sociological factors.\n\n Commentary: The app allows users to provide context and insights, fostering a deeper understanding of the content’s impact.\n\n Data Collection: Reports are collated into a comprehensive database, allowing sociologists to analyze and identify trends and patterns.")
.font(.body2)
.foregroundStyle(.text)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ struct SettingsView: View {
}

private var aboutRow: some View {
SettingsRow(title: "ABOUT TIKTOK REPORTER")
SettingsRow(title: "ABOUT TT REPORTER")
}

private var studiesRow: some View {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ struct StudySelectionView: View {

private var studyDescription: some View {

Text("We may choose to run a few different studies simultaneously. These are the studies available to you based on the information you provided.")
Text("We may choose to run a few different studies simultaneously. These are the studies available to you based on location information from your IP address.")
.font(.body2)
.foregroundStyle(.text)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ private enum Strings {

// Errors
static let onboardingErrorTitle = "Go through the onboarding first"
static let onboardingErrorDescription = "Because this is your first share, please open the TikTok Reporter app, choose a study, and complete the onboarding process before submitting a report. Thank you!"
static let onboardingErrorDescription = "Because this is your first share, please open the TT Reporter app, choose a study, and complete the onboarding process before submitting a report. Thank you!"
static let genericErrorTitle = "Error"
static let genericErrorDescription = "Something went wrong, please try again!"
static let errorActionTitle = "OK"
Expand Down

0 comments on commit 0d86832

Please sign in to comment.