Skip to content

Commit ebbcd21

Browse files
fix: wrong orientation labels (#17)
1 parent ecab900 commit ebbcd21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CoreModels/Sources/CoreModels/DalleModel.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ extension DalleModel {
5757
case ._1024:
5858
return "1024x1024 (Square)"
5959
case ._1024_1792:
60-
return "1024x1792 (Landscape)"
60+
return "1024x1792 (Portrait)"
6161
case ._1792_1024:
62-
return "1792x1024 (Portrait)"
62+
return "1792x1024 (Landscape)"
6363
}
6464
}
6565

0 commit comments

Comments
 (0)