Skip to content

Commit e69347a

Browse files
authored
Rename nfae -> not-for-all-eyes (#704)
* Rename nfae -> not-for-all-eyes + remove nfae from `OTHER_TAGS_SUGGESTIONS` * dash -> underscore * put back nfae tag
1 parent 9363b56 commit e69347a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/lib/interfaces/Types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ export const ALL_SUBTASK_TYPES = ALL_SUBTASKS.map(s => s.type);
629629
export const ALL_SUBTASK_TYPES_SET = new Set(ALL_SUBTASK_TYPES);
630630

631631

632-
export const TAG_NFAE_CONTENT = "nfae";
632+
export const TAG_NFAE_CONTENT = "not_for_all_eyes";
633633

634634
/**
635635
* Tags that are suggested inside the metadata GUI

0 commit comments

Comments
 (0)