Skip to content

Commit 1f0b88d

Browse files
committed
chore: minor text change
1 parent 448134b commit 1f0b88d

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

Diff for: app/rules/airstack.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const airstackRulesDefinitions: Record<RuleName, RuleDefinition> = {
4040
category: "all",
4141
friendlyName: "FarRank by Airstack",
4242
checkType: "user",
43-
description: "Check if a user's Airstack FarRank is high enough.",
43+
description: "Check if the user's Airstack FarRank is high enough.",
4444
invertable: false,
4545
args: {
4646
minRank: {

Diff for: app/rules/bot-or-not.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const botOrNotRulesDefinitions: Record<RuleName, RuleDefinition> = {
4040
checkType: "user",
4141
category: "all",
4242
friendlyName: "Proof of Human, by Bot or Not",
43-
description: "Check if the cast author is a human using Bot Or Not",
43+
description: "Check if the user is a human using Bot Or Not",
4444
hidden: false,
4545
fidGated: [5179],
4646
invertable: false,

Diff for: app/rules/erc-tokens.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export const ercTokenRulesDefinitions: Record<RuleName, RuleDefinition> = {
185185
category: "all",
186186
friendlyName: "Holds ERC-1155",
187187
checkType: "user",
188-
description: "Require users holds a certain ERC-1155 token",
188+
description: "Require the user holds a certain ERC-1155 token",
189189
invertedDescription: "Check for users who *do* hold the ERC-1155 token",
190190
hidden: false,
191191
invertable: true,
@@ -238,7 +238,7 @@ export const ercTokenRulesDefinitions: Record<RuleName, RuleDefinition> = {
238238
category: "all",
239239
friendlyName: "Holds ERC-721",
240240
checkType: "user",
241-
description: "Require users holds a certain ERC-721 token",
241+
description: "Require the user holds a certain ERC-721 token",
242242
invertedDescription: "Check for users who *do* hold the ERC-721 token",
243243
hidden: false,
244244
invertable: true,

Diff for: app/rules/fantoken.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const fantokenRulesDefinitions: Record<RuleName, RuleDefinition> = {
4545
category: "inclusion",
4646
friendlyName: "Moxie Fan Token",
4747
checkType: "user",
48-
description: "Check if the cast author holds a Moxie fan token",
48+
description: "Check if the user holds a Moxie fan token",
4949
hidden: false,
5050
invertable: false,
5151
args: {
@@ -76,7 +76,7 @@ export const fantokenRulesDefinitions: Record<RuleName, RuleDefinition> = {
7676
category: "inclusion",
7777
friendlyName: "Moxie Channel Fan Token",
7878
checkType: "cast",
79-
description: "Check if the cast author holds the fan token for your channel",
79+
description: "Check if the user holds the fan token for your channel",
8080
hidden: false,
8181
invertable: false,
8282
args: {

Diff for: app/rules/openrank.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export const openrankRulesDefinitions: Record<RuleName, RuleDefinition> = {
9898
category: "all",
9999
friendlyName: "Global Ranking by OpenRank",
100100
checkType: "cast",
101-
description: "Require the cast author to have a sufficient global ranking.",
101+
description: "Require the user to have a sufficient global ranking.",
102102
hidden: false,
103103
invertable: false,
104104
args: {
@@ -122,7 +122,7 @@ export const openrankRulesDefinitions: Record<RuleName, RuleDefinition> = {
122122
friendlyName: "Channel Ranking by OpenRank",
123123
channelGated: ["memes", "design", "sonata"],
124124
checkType: "cast",
125-
description: "Require the cast author to have a sufficient channel ranking.",
125+
description: "Require the user to have a sufficient channel ranking.",
126126
hidden: false,
127127
invertable: false,
128128
args: {

Diff for: app/rules/paragrah.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const paragraphRulesDefinitions: Record<RuleName, RuleDefinition> = {
2929
category: "all",
3030
friendlyName: "Subscribes on Paragraph",
3131
checkType: "user",
32-
description: "Check if the cast author has an active subscription on paragraph.xyz",
32+
description: "Check if the user has an active subscription on paragraph.xyz",
3333
hidden: false,
3434
invertable: false,
3535
args: {

Diff for: app/rules/user-fid.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const userFidRulesDefinitions: Record<RuleName, RuleDefinition> = {
6161
category: "all",
6262
friendlyName: "User in List",
6363
checkType: "user",
64-
description: "Check if the cast author is on a list",
64+
description: "Check if the user is on a list",
6565
hidden: false,
6666
invertable: true,
6767
args: {

Diff for: app/rules/user-follow.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export const userFollowRulesDefinitions: Record<RuleName, RuleDefinition> = {
121121
category: "all",
122122
friendlyName: "Following",
123123
checkType: "user",
124-
description: "Check if the cast author follows certain accounts",
124+
description: "Check if the user follows certain accounts",
125125
hidden: false,
126126
invertable: false,
127127
args: {
@@ -131,7 +131,7 @@ export const userFollowRulesDefinitions: Record<RuleName, RuleDefinition> = {
131131
friendlyName: "Farcaster Usernames",
132132
placeholder: "Enter a username...",
133133
description:
134-
"Example: If you enter jtgi and riotgoools, it will check that the cast author follows either jtgi or riotgools.",
134+
"Example: If you enter jtgi and riotgoools, it will check that the user follows either jtgi or riotgools.",
135135
},
136136
},
137137
},

0 commit comments

Comments
 (0)