Skip to content
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

[iOS] - Update text for playlist quick-action button #26930

Merged
merged 2 commits into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ios/brave-ios/Sources/BraveStrings/BraveStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4886,7 +4886,7 @@ extension Strings {
tableName: "BraveShared",
bundle: .module,
value:
"Adds a playlist button (it looks like 4 lines with a + symbol) beside the address bar in the Brave browser. This button gives you quick access to open Playlist, or add or remove media.",
"Adds a playlist button beside the address bar in the Brave browser. This button gives you quick access to open Playlist, or add or remove media.",
comment: "Footer for option to disable URL-Bar button"
)

Expand Down Expand Up @@ -5048,7 +5048,7 @@ extension Strings {
"playlist.playlistAutoSaveSettingsTitle",
tableName: "BraveShared",
bundle: .module,
value: "Auto-Save for Offline",
value: "Save Content for Offline Playback",
comment:
"Title for the Playlist Settings Option for Auto Save Videos for Offline (Off/On/Only Wi-fi)"
)
Expand All @@ -5070,7 +5070,7 @@ extension Strings {
tableName: "BraveShared",
bundle: .module,
value:
"This option will automatically keep your playlist items on your device so you can play them without an internet connection.",
"Once you've opened content in Playlist, this option will keep opened playlist items on your device so you can play them without an internet connection.",
comment:
"Footer Text for the Playlist Settings Option for Auto Save Videos for Offline (Off/On/Only Wi-fi))"
)
Expand Down
Loading