Skip to content

Commit

Permalink
Added streamer share text
Browse files Browse the repository at this point in the history
  • Loading branch information
csharpfritz committed Mar 21, 2021
1 parent ef4e0ca commit a994779
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions @types/KlipTok.Client.I18nText.KlipTok.cs
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ public partial class KlipTok : global::Toolbelt.Blazor.I18nText.Interfaces.I18nT
/// <summary>"{0} not found"</summary>
public string SearchNotFoundFormat;

/// <summary>"Share Streamer"</summary>
public string ShareStreamer;

/// <summary>"Share this Clip"</summary>
public string ShareThisClip;

Expand Down
1 change: 1 addition & 0 deletions KlipTok.en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"NoProfilePicAvailable": "No profile pic available",
"DateRangePicker_Start": "Start Date", // The Start Date label on the filter on the streamer page
"DateRangePicker_End": "End Date", // The End Date label on the filter on the streamer page
"ShareStreamer": "Share Streamer", // The tooltip for the Share button on the streamer page

// Layout
"PublicBeta": "PUBLIC BETA",
Expand Down
1 change: 1 addition & 0 deletions KlipTok.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"NoProfilePicAvailable": "No profile pic available",
"DateRangePicker_Start": "Start Date", // The Start Date label on the filter on the streamer page
"DateRangePicker_End": "End Date", // The End Date label on the filter on the streamer page
"ShareStreamer": "Share Streamer", // The tooltip for the Share button on the streamer page

// Layout
"PublicBeta": "PUBLIC BETA",
Expand Down

0 comments on commit a994779

Please sign in to comment.