diff --git a/lexicons/so/sprk/authCreatePosts.json b/lexicons/so/sprk/authCreatePosts.json --- a/lexicons/so/sprk/authCreatePosts.json +++ b/lexicons/so/sprk/authCreatePosts.json @@ -6,7 +6,7 @@ "type": "permission-set", "title": "Create Spark Posts", "title:lang": {}, - "detail": "Create Spark posts, replies, stories, and upload media, but can not update or delete them.", + "detail": "Create Spark posts, replies, stories, audio records, and upload media, but can not update or delete them.", "detail:lang": {}, "permissions": [ { @@ -27,6 +27,7 @@ "so.sprk.feed.post", "so.sprk.feed.reply", "so.sprk.feed.threadgate", + "so.sprk.sound.audio", "so.sprk.story.post" ] } diff --git a/lexicons/so/sprk/authDeleteContent.json b/lexicons/so/sprk/authDeleteContent.json --- a/lexicons/so/sprk/authDeleteContent.json +++ b/lexicons/so/sprk/authDeleteContent.json @@ -6,7 +6,7 @@ "type": "permission-set", "title": "Delete Spark Content", "title:lang": {}, - "detail": "Clean up Spark account history: posts, replies, reposts, likes, thread controls, and stories.", + "detail": "Clean up Spark account history: posts, replies, reposts, likes, thread controls, stories, and audio records.", "detail:lang": {}, "permissions": [ { @@ -19,6 +19,7 @@ "so.sprk.feed.reply", "so.sprk.feed.repost", "so.sprk.feed.threadgate", + "so.sprk.sound.audio", "so.sprk.story.post" ] } diff --git a/lexicons/so/sprk/authFullApp.json b/lexicons/so/sprk/authFullApp.json --- a/lexicons/so/sprk/authFullApp.json +++ b/lexicons/so/sprk/authFullApp.json @@ -84,6 +84,7 @@ "so.sprk.graph.block", "so.sprk.graph.follow", "so.sprk.labeler.service", + "so.sprk.sound.audio", "so.sprk.story.post" ] }