Tweak wording in Salmon Run gear tweet

This commit is contained in:
Matt Isenhower
2018-09-07 15:01:47 -07:00
parent 5552a244e3
commit d1f08f4271

View File

@@ -28,7 +28,7 @@ class SalmonRunTweet extends TwitterPostBase {
getText(data) {
let monthName = moment.unix(data.available_time).tz('UTC').format('MMMM');
return `Next month's Salmon Run reward gear has been posted! ${monthName}'s gear is the ${data.gear.name}. #salmonrun #splatoon2`;
return `New Salmon Run reward gear has been posted! ${monthName}'s gear is the ${data.gear.name}. #salmonrun #splatoon2`;
}
}