Skip to content

Commit

Permalink
Update screen capture instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pcraciunoiu committed Apr 23, 2024
1 parent 44c8b3d commit fffbb12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TikTok Reporter/TikTok Reporter/Generated/Metrics.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extension GleanMetrics {
// Intentionally left private, no external user can instantiate a new global object.
}

public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 4, day: 23, hour: 22, minute: 0, second: 56))
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 4, day: 23, hour: 22, minute: 8, second: 25))
}

enum DownloadData {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ private enum Strings {
static let duration = "Duration:"
static let recordingDate = "Recorded on:"
static let commentsPlaceholder = "Comments(optional)"
static let noRecordingTitle = "Tap ‘Record my TikTok session’ to start screen recording. Open TikTok and record your session while you scroll the For You Page (FYP). Once you’re done, tap ‘Stop Recording.’ You’ll be asked to share more information and submit this form."
static let noRecordingTitle = "Tap ‘Record my TikTok session’ to start screen recording. Select ‘FYP ReporterScreenCapture’ and tap ‘Start Broadcast’, then tap outside the dialog to dismiss it. Open TikTok and record your session while you scroll the For You Page (FYP). Once you’re done, tap ‘Stop Recording’ or the circle below (which will be colored red while recording is on). You’ll be asked to share more information and submit this form."
static let recordingTitle = "You’ve recorded a TikTok session. Fill out some information then submit the form."
static let submitReportWarning = "Create a recording in order to submit the report."
static let cancelReportAlertTitle = "Cancel Report?"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extension GleanMetrics {
// Intentionally left private, no external user can instantiate a new global object.
}

public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 4, day: 23, hour: 22, minute: 0, second: 54))
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 4, day: 23, hour: 22, minute: 8, second: 28))
}

enum DownloadData {
Expand Down

0 comments on commit fffbb12

Please sign in to comment.